From 492eb70f757a1260db12765212e99cda198cb6e2 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Wed, 16 Sep 2009 13:50:35 -0700 Subject: [PATCH] libnm-glib: fix getting remote secrets --- libnm-glib/nm-remote-connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnm-glib/nm-remote-connection.c b/libnm-glib/nm-remote-connection.c index 65edda1a01..64956471be 100644 --- a/libnm-glib/nm-remote-connection.c +++ b/libnm-glib/nm-remote-connection.c @@ -186,7 +186,7 @@ get_secrets (NMSettingsConnectionInterface *connection, call->user_data = user_data; call->proxy = priv->secrets_proxy; - call->call = org_freedesktop_NetworkManagerSettings_Connection_Secrets_get_secrets_async (priv->proxy, + call->call = org_freedesktop_NetworkManagerSettings_Connection_Secrets_get_secrets_async (priv->secrets_proxy, setting_name, hints, request_new,