aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-03-27 14:45:38 +0000
committerChristian Grothoff <christian@grothoff.org>2011-03-27 14:45:38 +0000
commit81825d24a7088d8bf3c4b8ac8685403836c53eae (patch)
treedf6b88d059cf9489f8fe38165206b5a5c5deef2b /src/core/core_api.c
parent8616cea49e264c279390e81e291825b45d784f4f (diff)
downloadgnunet-81825d24a7088d8bf3c4b8ac8685403836c53eae.tar.gz
gnunet-81825d24a7088d8bf3c4b8ac8685403836c53eae.zip
fix
Diffstat (limited to 'src/core/core_api.c')
-rw-r--r--src/core/core_api.c2
1 files changed, 1 insertions, 1 deletions
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,
1558 if (minp == NULL) 1558 if (minp == NULL)
1559 { 1559 {
1560 GNUNET_break (handle->queue_size != 0); 1560 GNUNET_break (handle->queue_size != 0);
1561 GNUNET_break (pr->queue_size == 0); 1561 GNUNET_break (pr->queue_size == 1);
1562 GNUNET_free(th); 1562 GNUNET_free(th);
1563 return NULL; 1563 return NULL;
1564 } 1564 }