summaryrefslogtreecommitdiff
path: root/libnm-glib/nm-remote-connection.c
diff options
context:
space:
mode:
authorDan Winship <danw@gnome.org>2013-02-12 13:04:30 -0500
committerDan Winship <danw@gnome.org>2013-02-14 09:31:33 -0500
commit7c5cf253668604c3518a794bc53abdfe759437bb (patch)
tree90953ada6dc218cefe08145ede932267a8a106e0 /libnm-glib/nm-remote-connection.c
parent08f04466e88915997c33a0b7e2da2b5d5f044285 (diff)
downloadNetworkManager-7c5cf253668604c3518a794bc53abdfe759437bb.tar.gz
libnm-glib: fix NMRemoteConnection GInitable implementation
apparently this never got tested... https://bugzilla.gnome.org/show_bug.cgi?id=693669
Diffstat (limited to 'libnm-glib/nm-remote-connection.c')
-rw-r--r--libnm-glib/nm-remote-connection.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libnm-glib/nm-remote-connection.c b/libnm-glib/nm-remote-connection.c
index 64df586e79..bdae83ab2f 100644
--- a/libnm-glib/nm-remote-connection.c
+++ b/libnm-glib/nm-remote-connection.c
@@ -385,9 +385,8 @@ init_sync (GInitable *initable, GCancellable *cancellable, GError **error)
GHashTable *settings;
if (!dbus_g_proxy_call (priv->proxy, "GetSettings", error,
- G_TYPE_STRING, NM_DBUS_IFACE_SETTINGS,
G_TYPE_INVALID,
- DBUS_TYPE_G_MAP_OF_VARIANT, &settings,
+ DBUS_TYPE_G_MAP_OF_MAP_OF_VARIANT, &settings,
G_TYPE_INVALID))
return FALSE;