From d1194307cff31ecc9b3c8a01ebfa154dbf85b58e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philipp=20T=C3=B6lke?= Date: Wed, 15 Jun 2011 07:15:42 +0000 Subject: [PATCH] document an assertion --- src/util/client.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/util/client.c b/src/util/client.c index 65f6dbc77..f9fc67c9d 100644 --- 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; } -- 2.25.1