From: Christian Grothoff Date: Tue, 24 Sep 2013 08:38:57 +0000 (+0000) Subject: -removing bogus duplicate NTR cancel call X-Git-Tag: initial-import-from-subversion-38251~7136 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=75fd4dfffe87cb8523e3cbb13e48e1f386608e9f;p=oweals%2Fgnunet.git -removing bogus duplicate NTR cancel call --- 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);