gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r15614 - gnunet/src/util


From: gnunet
Subject: [GNUnet-SVN] r15614 - gnunet/src/util
Date: Wed, 15 Jun 2011 09:15:42 +0200

Author: toelke
Date: 2011-06-15 09:15:42 +0200 (Wed, 15 Jun 2011)
New Revision: 15614

Modified:
   gnunet/src/util/client.c
Log:
document an assertion

Modified: gnunet/src/util/client.c
===================================================================
--- gnunet/src/util/client.c    2011-06-15 07:15:42 UTC (rev 15613)
+++ gnunet/src/util/client.c    2011-06-15 07:15:42 UTC (rev 15614)
@@ -897,6 +897,8 @@
 
   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;
     }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]