From: Christian Grothoff Date: Fri, 2 Oct 2009 00:00:53 +0000 (+0000) Subject: assert X-Git-Tag: initial-import-from-subversion-38251~23427 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=76c961d4271d58514a3b78b56ee6b95780a2aab9;p=oweals%2Fgnunet.git assert --- 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;