aboutsummaryrefslogtreecommitdiff
path: root/src/identity/identity_api.c
diff options
context:
space:
mode:
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);