mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-17 17:24:32 +08:00
Fix authorization agent pending requests
This commit is contained in:
parent
65167458cf
commit
e0f6cbcb6e
@ -827,8 +827,8 @@ DBusHandlerResult handle_authorize_request(DBusConnection *conn,
|
|||||||
|
|
||||||
dbus_pending_call_set_notify(req->call, auth_agent_req_reply, req,
|
dbus_pending_call_set_notify(req->call, auth_agent_req_reply, req,
|
||||||
NULL);
|
NULL);
|
||||||
default_agent->pending_requests =
|
default_auth_agent->pending_requests =
|
||||||
g_slist_append(default_agent->pending_requests, req);
|
g_slist_append(default_auth_agent->pending_requests, req);
|
||||||
|
|
||||||
debug("authorize request was forwarded");
|
debug("authorize request was forwarded");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user