Diff between 34680daae194ea66f7d66bbf4ad56c1011bcfa42 and 7099bdd9ea1be567fb5baa57741a55d986107168

Changed Files

File Additions Deletions Status
gobex/gobex.c +0 -2 modified

Full Patch

diff --git a/gobex/gobex.c b/gobex/gobex.c
index 0db4567..33b77fd 100644
--- a/gobex/gobex.c
+++ b/gobex/gobex.c
@@ -247,8 +247,6 @@ static gboolean req_timeout(gpointer user_data)
 
 	g_obex_debug(G_OBEX_DEBUG_ERROR, "%s", err->message);
 
-	obex->pending_req = NULL;
-
 	if (p->rsp_func)
 		p->rsp_func(obex, err, NULL, p->rsp_data);