Fix uninitialized variable error

git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@2880 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
Dan Williams 2007-09-25 09:12:33 +00:00
parent ae74953a4d
commit a9b4fc6b8d

View file

@ -128,7 +128,7 @@ impl_vpn_manager_connect (NMVPNManager *manager,
NMManager *nm_manager;
NMDevice *device;
NMConnection *connection;
NMVPNConnection *vpn_connection;
NMVPNConnection *vpn_connection = NULL;
*vpn_connection_path = NULL;