---
gobex/gobex.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
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);
--
1.7.1
Hi Jaganath,
On Fri, Jan 13, 2012, Jaganath Kanakkassery wrote:
> ---
> gobex/gobex.c | 2 --
> 1 files changed, 0 insertions(+), 2 deletions(-)
This patch has been applied. Thanks.
Johan