From cc765f569f1573504868d0009c2aa7d2158d135a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 14 Aug 2010 22:01:37 +0000 Subject: [PATCH] stronger --- src/util/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/client.c b/src/util/client.c index eba599575..3431ac448 100644 --- a/src/util/client.c +++ b/src/util/client.c @@ -909,7 +909,7 @@ GNUNET_CLIENT_notify_transmit_ready_cancel (struct } else { - GNUNET_break (NULL != th->th); + GNUNET_assert (NULL != th->th); GNUNET_CONNECTION_notify_transmit_ready_cancel (th->th); } th->sock->th = NULL; -- 2.25.1