diff options
author | Jaganath Kanakkassery <jaganath.k@samsung.com> | 2012-01-13 15:25:52 +0530 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2012-12-04 22:22:05 +0100 |
commit | 7099bdd9ea1be567fb5baa57741a55d986107168 (patch) | |
tree | 32f4df844842f6bc493278f3240b86c92d31477a /gobex | |
parent | 34680daae194ea66f7d66bbf4ad56c1011bcfa42 (diff) |
gobex: Remove reduntant NULL assignment
Diffstat (limited to 'gobex')
-rw-r--r-- | gobex/gobex.c | 2 |
1 files changed, 0 insertions, 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); |