commit 75fd4dfffe87cb8523e3cbb13e48e1f386608e9f
parent 648fcca1e3e1e1b1c60d1aab353016b21e7ae81b
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 24 Sep 2013 08:38:57 +0000
-removing bogus duplicate NTR cancel call
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git 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);