From 8d689d0293e48b14377db1dc4e237980183a0b28 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 17 Jul 2013 10:01:33 +0000 Subject: -fix typos --- src/identity/identity_api.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/identity/identity_api.c') diff --git a/src/identity/identity_api.c b/src/identity/identity_api.c index 441b63bf0..15a454e60 100644 --- a/src/identity/identity_api.c +++ b/src/identity/identity_api.c @@ -910,6 +910,7 @@ void GNUNET_IDENTITY_disconnect (struct GNUNET_IDENTITY_Handle *h) { GNUNET_assert (NULL != h); + GNUNET_assert (h->op_head == h->op_tail); if (h->reconnect_task != GNUNET_SCHEDULER_NO_TASK) { GNUNET_SCHEDULER_cancel (h->reconnect_task); -- cgit v1.2.3