From e152ab9bef07c26670f8f5a4cad4c56763342521 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 9 Nov 2013 17:26:16 +0000 Subject: [PATCH] -operations can be there, but none with active cont --- src/identity/identity_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) 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); -- 2.25.1