From: Christian Grothoff Date: Sun, 27 Mar 2011 14:45:38 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~18886 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=81825d24a7088d8bf3c4b8ac8685403836c53eae;p=oweals%2Fgnunet.git fix --- diff --git a/src/core/core_api.c b/src/core/core_api.c index 3b5440135..30b7eb540 100644 --- a/src/core/core_api.c +++ b/src/core/core_api.c @@ -1558,7 +1558,7 @@ GNUNET_CORE_notify_transmit_ready (struct GNUNET_CORE_Handle *handle, if (minp == NULL) { GNUNET_break (handle->queue_size != 0); - GNUNET_break (pr->queue_size == 0); + GNUNET_break (pr->queue_size == 1); GNUNET_free(th); return NULL; }