2005-09-07 Dan Williams <dcbw@redhat.com>
* The great VPN Manager rewrite of 2005 git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@946 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
@@ -459,7 +459,7 @@ static void nm_data_free (NMData *data)
|
||||
g_return_if_fail (data != NULL);
|
||||
|
||||
/* Kill any active VPN connection */
|
||||
if (nm_vpn_manager_get_active_vpn_connection (data->vpn_manager))
|
||||
if (nm_vpn_manager_get_vpn_act_request (data->vpn_manager))
|
||||
nm_vpn_manager_deactivate_vpn_connection (data->vpn_manager);
|
||||
|
||||
/* Stop and destroy all devices */
|
||||
|
Reference in New Issue
Block a user