aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-11-09 17:26:16 +0000
committerChristian Grothoff <christian@grothoff.org>2013-11-09 17:26:16 +0000
commite152ab9bef07c26670f8f5a4cad4c56763342521 (patch)
tree4bd66e05337bd0be507d3cbce1375891e2d93ba6 /src/identity/identity_api.c
parent9d55674c58b63487c67b8539492b4315b561a7f1 (diff)
downloadgnunet-e152ab9bef07c26670f8f5a4cad4c56763342521.tar.gz
gnunet-e152ab9bef07c26670f8f5a4cad4c56763342521.zip
-operations can be there, but none with active cont
Diffstat (limited to 'src/identity/identity_api.c')
-rw-r--r--src/identity/identity_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/identity/identity_api.c b/src/identity/identity_api.c
index 38c9efdd4..d69739837 100644
--- a/src/identity/identity_api.c
+++ b/src/identity/identity_api.c
@@ -970,9 +970,9 @@ GNUNET_IDENTITY_disconnect (struct GNUNET_IDENTITY_Handle *h)
970 GNUNET_CONTAINER_multihashmap_destroy (h->egos); 970 GNUNET_CONTAINER_multihashmap_destroy (h->egos);
971 h->egos = NULL; 971 h->egos = NULL;
972 } 972 }
973 GNUNET_break (NULL == h->op_head);
974 while (NULL != (op = h->op_head)) 973 while (NULL != (op = h->op_head))
975 { 974 {
975 GNUNET_break (NULL == op->cont);
976 GNUNET_CONTAINER_DLL_remove (h->op_head, 976 GNUNET_CONTAINER_DLL_remove (h->op_head,
977 h->op_tail, 977 h->op_tail,
978 op); 978 op);