mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-30 23:40:10 +01:00
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:
parent
ae74953a4d
commit
a9b4fc6b8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue