gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r29516 - gnunet/src/identity


From: gnunet
Subject: [GNUnet-SVN] r29516 - gnunet/src/identity
Date: Tue, 24 Sep 2013 10:38:57 +0200

Author: grothoff
Date: 2013-09-24 10:38:57 +0200 (Tue, 24 Sep 2013)
New Revision: 29516

Modified:
   gnunet/src/identity/identity_api.c
Log:
-removing bogus duplicate NTR cancel call

Modified: gnunet/src/identity/identity_api.c
===================================================================
--- gnunet/src/identity/identity_api.c  2013-09-24 08:34:28 UTC (rev 29515)
+++ gnunet/src/identity/identity_api.c  2013-09-24 08:38:57 UTC (rev 29516)
@@ -954,8 +954,6 @@
   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);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]