From 7099bdd9ea1be567fb5baa57741a55d986107168 Mon Sep 17 00:00:00 2001 From: Jaganath Kanakkassery Date: Fri, 13 Jan 2012 15:25:52 +0530 Subject: [PATCH] gobex: Remove reduntant NULL assignment --- gobex/gobex.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/gobex/gobex.c b/gobex/gobex.c index 0db456786..33b77fdbb 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); -- 2.47.3