diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-03-20 17:48:39 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-03-20 17:48:39 +0000 |
commit | 0122a7a9bea578e915f4569a26bcb3aac4765346 (patch) | |
tree | ec2fd10e69fbbf4a2b13e976f7b9674bcbb73d2a | |
parent | 707c26405acc84126bcb1500484bbf3e12c86748 (diff) |
Fix invalid dbus_pending_call_cancel call
-rw-r--r-- | hcid/agent.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hcid/agent.c b/hcid/agent.c index 2725b8c9..1e02ea7c 100644 --- a/hcid/agent.c +++ b/hcid/agent.c @@ -286,7 +286,6 @@ done: dbus_message_unref(message); agent->request = NULL; - dbus_pending_call_cancel(req->call); agent_request_free(req); if (agent->addr) { |