mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-16 16:54:38 +08:00
gobex: Really fix assert this time
This commit is contained in:
parent
17e6a27958
commit
28ef9c48c2
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user