aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-17 10:54:27 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-17 10:54:27 +0000
commitea8801774f9dcc2bbe7c7f61c4686d80b7e4d365 (patch)
treecc4336f5a0faa69f1f076d1fdd6e9d3b3c1d09a1 /src/util
parentadd88eb4ba3bb035a217ba048f5573d04677d0ff (diff)
downloadgnunet-ea8801774f9dcc2bbe7c7f61c4686d80b7e4d365.tar.gz
gnunet-ea8801774f9dcc2bbe7c7f61c4686d80b7e4d365.zip
be more harsh
Diffstat (limited to 'src/util')
-rw-r--r--src/util/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/connection.c b/src/util/connection.c
index b28c7c3e6..f6f94c397 100644
--- a/src/util/connection.c
+++ b/src/util/connection.c
@@ -1627,7 +1627,7 @@ GNUNET_CONNECTION_notify_transmit_ready (struct GNUNET_CONNECTION_Handle
1627{ 1627{
1628 if (sock->nth.notify_ready != NULL) 1628 if (sock->nth.notify_ready != NULL)
1629 { 1629 {
1630 GNUNET_break (0); 1630 GNUNET_assert (0);
1631 return NULL; 1631 return NULL;
1632 } 1632 }
1633 GNUNET_assert (notify != NULL); 1633 GNUNET_assert (notify != NULL);