-removing bogus duplicate NTR cancel call
authorChristian Grothoff <christian@grothoff.org>
Tue, 24 Sep 2013 08:38:57 +0000 (08:38 +0000)
committerChristian Grothoff <christian@grothoff.org>
Tue, 24 Sep 2013 08:38:57 +0000 (08:38 +0000)
src/identity/identity_api.c

index a6d15ae38a9829ba5a596026d8cc4306aab637dc..143f9e7e84caca81fedb01411da38a24ea5e8092 100644 (file)
@@ -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);