From: Philipp Tölke Date: Wed, 15 Jun 2011 07:15:42 +0000 (+0000) Subject: document an assertion X-Git-Tag: initial-import-from-subversion-38251~18180 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d1194307cff31ecc9b3c8a01ebfa154dbf85b58e;p=oweals%2Fgnunet.git document an assertion --- 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; }