From 76c961d4271d58514a3b78b56ee6b95780a2aab9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 2 Oct 2009 00:00:53 +0000 Subject: [PATCH] assert --- src/util/connection.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/connection.c b/src/util/connection.c index cabe00355..fdf139abc 100644 --- a/src/util/connection.c +++ b/src/util/connection.c @@ -689,6 +689,7 @@ destroy_continuation (void *cls, return; } GNUNET_assert (sock->nth.timeout_task == GNUNET_SCHEDULER_NO_TASK); + GNUNET_assert (sock->ccs == CC_NONE); if (NULL != (notify = sock->nth.notify_ready)) { sock->nth.notify_ready = NULL; -- 2.25.1