aboutsummaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-16 11:47:42 +0000
committerChristian Grothoff <christian@grothoff.org>2015-01-16 11:47:42 +0000
commit4601b844cb667e8e6ac6dbaee77feddf64e0d8b7 (patch)
tree36fc761ca0e2b0d31ea93e811f184abfa062e8bd /src/util
parent8e234654d3dbcc594f29dcc6ccfbecb743e32246 (diff)
downloadgnunet-4601b844cb667e8e6ac6dbaee77feddf64e0d8b7.tar.gz
gnunet-4601b844cb667e8e6ac6dbaee77feddf64e0d8b7.zip
fix #3611
Diffstat (limited to 'src/util')
-rw-r--r--src/util/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/client.c b/src/util/client.c
index 7128a2de4..babb6a516 100644
--- a/src/util/client.c
+++ b/src/util/client.c
@@ -1208,7 +1208,7 @@ GNUNET_CLIENT_notify_transmit_ready (struct GNUNET_CLIENT_Connection *client,
1208 { 1208 {
1209 /* If this breaks, you most likley called this function twice without waiting 1209 /* If this breaks, you most likley called this function twice without waiting
1210 * for completion or canceling the request */ 1210 * for completion or canceling the request */
1211 GNUNET_break (0); 1211 GNUNET_assert (0);
1212 return NULL; 1212 return NULL;
1213 } 1213 }
1214 th = GNUNET_new (struct GNUNET_CLIENT_TransmitHandle); 1214 th = GNUNET_new (struct GNUNET_CLIENT_TransmitHandle);