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:
9a43c38
)
document an assertion
author
Philipp Tölke
<toelke@in.tum.de>
Wed, 15 Jun 2011 07:15:42 +0000
(07:15 +0000)
committer
Philipp Tölke
<toelke@in.tum.de>
Wed, 15 Jun 2011 07:15:42 +0000
(07:15 +0000)
src/util/client.c
patch
|
blob
|
history
diff --git
a/src/util/client.c
b/src/util/client.c
index 65f6dbc774c3d3ab2e9b663202d8508de6f595c6..f9fc67c9da1820b0731fc18f5fa528b14cce06fc 100644
(file)
--- a/
src/util/client.c
+++ b/
src/util/client.c
@@
-897,6
+897,8
@@
GNUNET_CLIENT_notify_transmit_ready (struct GNUNET_CLIENT_Connection *sock,
if (NULL != sock->th)
{
+ /* If this breaks, you most likley called this function twice without waiting
+ * for completion or canceling the request */
GNUNET_break (0);
return NULL;
}