2012-01-13 09:55:52

by Jaganath Kanakkassery

[permalink] [raw]
Subject: [PATCH obexd 1/2] gobex: Remove reduntant NULL assignment

---
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



2012-01-18 12:06:22

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH obexd 1/2] gobex: Remove reduntant NULL assignment

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