From 81825d24a7088d8bf3c4b8ac8685403836c53eae Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 27 Mar 2011 14:45:38 +0000 Subject: [PATCH] fix --- src/core/core_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.25.1