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:
add88eb
)
be more harsh
author
Christian Grothoff
<christian@grothoff.org>
Fri, 17 Jun 2011 10:54:27 +0000
(10:54 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Fri, 17 Jun 2011 10:54:27 +0000
(10:54 +0000)
src/util/connection.c
patch
|
blob
|
history
diff --git
a/src/util/connection.c
b/src/util/connection.c
index b28c7c3e6447c31d8a43a560ee6ed4cdba34605e..f6f94c397302e38633d5b002783f9f4ffe51e3bf 100644
(file)
--- a/
src/util/connection.c
+++ b/
src/util/connection.c
@@
-1627,7
+1627,7
@@
GNUNET_CONNECTION_notify_transmit_ready (struct GNUNET_CONNECTION_Handle
{
if (sock->nth.notify_ready != NULL)
{
- GNUNET_
break
(0);
+ GNUNET_
assert
(0);
return NULL;
}
GNUNET_assert (notify != NULL);