projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8616cea
)
fix
author
Christian Grothoff
<christian@grothoff.org>
Sun, 27 Mar 2011 14:45:38 +0000
(14:45 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Sun, 27 Mar 2011 14:45:38 +0000
(14:45 +0000)
src/core/core_api.c
patch
|
blob
|
history
diff --git
a/src/core/core_api.c
b/src/core/core_api.c
index 3b5440135d41c9632927d7c916d30bde57fa4654..30b7eb5405ee7ce427e22f74905be57afdfbd87f 100644
(file)
--- 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;
}