mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-05 17:00:29 +01:00
libnm-glib: fix NMRemoteConnection GInitable implementation
apparently this never got tested... https://bugzilla.gnome.org/show_bug.cgi?id=693669
This commit is contained in:
parent
08f04466e8
commit
7c5cf25366
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue