diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-25 08:06:47 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-01-25 08:06:47 +0000 |
commit | e0f6cbcb6eb3bbb8a87a6c9c7cd7af8c61fb559e (patch) | |
tree | bddeb13bc06940646bcd7e1c199d03047dd611a2 /hcid | |
parent | 65167458cf20f3e1534faad3f76e9554a01f65df (diff) |
Fix authorization agent pending requests
Diffstat (limited to 'hcid')
-rw-r--r-- | hcid/dbus-security.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hcid/dbus-security.c b/hcid/dbus-security.c index 9db66bee..a3115544 100644 --- a/hcid/dbus-security.c +++ b/hcid/dbus-security.c @@ -827,8 +827,8 @@ DBusHandlerResult handle_authorize_request(DBusConnection *conn, dbus_pending_call_set_notify(req->call, auth_agent_req_reply, req, NULL); - default_agent->pending_requests = - g_slist_append(default_agent->pending_requests, req); + default_auth_agent->pending_requests = + g_slist_append(default_auth_agent->pending_requests, req); debug("authorize request was forwarded"); |