gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r9068 - gnunet/src/util
Date: Thu, 1 Oct 2009 18:00:54 -0600

Author: grothoff
Date: 2009-10-01 18:00:53 -0600 (Thu, 01 Oct 2009)
New Revision: 9068

Modified:
   gnunet/src/util/connection.c
Log:
assert

Modified: gnunet/src/util/connection.c
===================================================================
--- gnunet/src/util/connection.c        2009-10-01 23:41:19 UTC (rev 9067)
+++ gnunet/src/util/connection.c        2009-10-02 00:00:53 UTC (rev 9068)
@@ -689,6 +689,7 @@
       return;
     }
   GNUNET_assert (sock->nth.timeout_task == GNUNET_SCHEDULER_NO_TASK);
+  GNUNET_assert (sock->ccs == CC_NONE);
   if (NULL != (notify = sock->nth.notify_ready))
     {
       sock->nth.notify_ready = NULL;





reply via email to

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