From 75fd4dfffe87cb8523e3cbb13e48e1f386608e9f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 24 Sep 2013 08:38:57 +0000 Subject: [PATCH] -removing bogus duplicate NTR cancel call --- src/identity/identity_api.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/identity/identity_api.c b/src/identity/identity_api.c index a6d15ae38..143f9e7e8 100644 --- a/src/identity/identity_api.c +++ b/src/identity/identity_api.c @@ -954,8 +954,6 @@ GNUNET_IDENTITY_disconnect (struct GNUNET_IDENTITY_Handle *h) GNUNET_assert (NULL != h); while (NULL != (op = h->op_head)) { - if (NULL != h->th) - GNUNET_CLIENT_notify_transmit_ready_cancel (h->th); GNUNET_CONTAINER_DLL_remove (h->op_head, h->op_tail, op); -- 2.25.1