Diff between 17e6a279586e08fd6f9bd21337ca647bed3b5ed6 and 28ef9c48c26fc84752506e35a92cc8c633de29f8
Changed Files
| File | Additions | Deletions | Status |
| gobex/gobex.c | +1 | -1 | modified |
Full Patch
diff --git a/gobex/gobex.c b/gobex/gobex.c
index 053102d..7f85938 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);