summaryrefslogtreecommitdiffstats
path: root/plugins/connman.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/connman.c')
-rw-r--r--plugins/connman.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/connman.c b/plugins/connman.c
index f630606e..bb29cd52 100644
--- a/plugins/connman.c
+++ b/plugins/connman.c
@@ -186,8 +186,7 @@ static void request_reply(DBusPendingCall *call, void *user_data)
if (reply == NULL)
goto badreply;
- if (parse_reply(dbus_pending_call_steal_reply(call),
- &path, &pns) == FALSE)
+ if (parse_reply(reply, &path, &pns) == FALSE)
goto error;
DBG("fd: %d, path: %s", pns.fd, path);