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:
Dan Williams
2005-09-07 19:12:52 +00:00
parent 88e3591ad3
commit 5c46be7149
25 changed files with 1655 additions and 653 deletions

View File

@@ -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 */