gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r30642 - gnunet/src/identity
Date: Sat, 9 Nov 2013 18:26:16 +0100

Author: grothoff
Date: 2013-11-09 18:26:16 +0100 (Sat, 09 Nov 2013)
New Revision: 30642

Modified:
   gnunet/src/identity/identity_api.c
Log:
-operations can be there, but none with active cont

Modified: gnunet/src/identity/identity_api.c
===================================================================
--- gnunet/src/identity/identity_api.c  2013-11-09 17:23:30 UTC (rev 30641)
+++ gnunet/src/identity/identity_api.c  2013-11-09 17:26:16 UTC (rev 30642)
@@ -970,9 +970,9 @@
     GNUNET_CONTAINER_multihashmap_destroy (h->egos);
     h->egos = NULL;
   }
-  GNUNET_break (NULL == h->op_head);
   while (NULL != (op = h->op_head))
   {
+    GNUNET_break (NULL == op->cont);
     GNUNET_CONTAINER_DLL_remove (h->op_head,
                                 h->op_tail,
                                 op);




reply via email to

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