summaryrefslogtreecommitdiff
path: root/gobex
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-04-02 15:25:54 +0300
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2014-04-02 16:48:43 +0300
commit28ef9c48c26fc84752506e35a92cc8c633de29f8 (patch)
treeb6b5a71956c41e7a8593b4cf0ce21e76072aa285 /gobex
parent17e6a279586e08fd6f9bd21337ca647bed3b5ed6 (diff)
downloadbluez-28ef9c48c26fc84752506e35a92cc8c633de29f8.tar.gz
gobex: Really fix assert this time
Diffstat (limited to 'gobex')
-rw-r--r--gobex/gobex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gobex/gobex.c b/gobex/gobex.c
index 053102d91..7f859383a 100644
--- a/gobex/gobex.c
+++ b/gobex/gobex.c
@@ -1017,7 +1017,7 @@ static void auth_challenge(GObex *obex)
/* Remove it as pending and add it back to the queue so it gets sent
* again */
- g_source_remove(p->timeout);
+ g_source_remove(p->timeout_id);
p->timeout_id = 0;
obex->pending_req = NULL;
g_obex_send_internal(obex, p, NULL);