mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-09 05:00:36 +01:00
Fix query of active VPN connection
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@591 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
This commit is contained in:
parent
14ae87c1a1
commit
0219e1746d
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ void nmwa_dbus_vpn_get_active_vpn_connection_cb (DBusPendingCall *pcall, void *u
|
|||
goto out;
|
||||
}
|
||||
|
||||
if (dbus_message_get_args (reply, NULL, DBUS_TYPE_OBJECT_PATH, &act_vpn, DBUS_TYPE_INVALID))
|
||||
if (dbus_message_get_args (reply, NULL, DBUS_TYPE_STRING, &act_vpn, DBUS_TYPE_INVALID))
|
||||
{
|
||||
g_free (applet->dbus_active_vpn_name);
|
||||
applet->dbus_active_vpn_name = g_strdup (act_vpn);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue