* [PATCH obexd 1/2] gobex: Remove reduntant NULL assignment
@ 2012-01-13 9:55 Jaganath Kanakkassery
2012-01-18 12:06 ` Johan Hedberg
0 siblings, 1 reply; 2+ messages in thread
From: Jaganath Kanakkassery @ 2012-01-13 9:55 UTC (permalink / raw)
To: linux-bluetooth; +Cc: Jaganath Kanakkassery
---
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH obexd 1/2] gobex: Remove reduntant NULL assignment
2012-01-13 9:55 [PATCH obexd 1/2] gobex: Remove reduntant NULL assignment Jaganath Kanakkassery
@ 2012-01-18 12:06 ` Johan Hedberg
0 siblings, 0 replies; 2+ messages in thread
From: Johan Hedberg @ 2012-01-18 12:06 UTC (permalink / raw)
To: Jaganath Kanakkassery; +Cc: linux-bluetooth
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-01-18 12:06 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-13 9:55 [PATCH obexd 1/2] gobex: Remove reduntant NULL assignment Jaganath Kanakkassery
2012-01-18 12:06 ` Johan Hedberg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).