gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r11420 - gnunet/src/datastore


From: gnunet
Subject: [GNUnet-SVN] r11420 - gnunet/src/datastore
Date: Tue, 18 May 2010 10:39:41 +0200

Author: grothoff
Date: 2010-05-18 10:39:41 +0200 (Tue, 18 May 2010)
New Revision: 11420

Modified:
   gnunet/src/datastore/gnunet-service-datastore.c
Log:
stuff

Modified: gnunet/src/datastore/gnunet-service-datastore.c
===================================================================
--- gnunet/src/datastore/gnunet-service-datastore.c     2010-05-18 08:39:22 UTC 
(rev 11419)
+++ gnunet/src/datastore/gnunet-service-datastore.c     2010-05-18 08:39:41 UTC 
(rev 11420)
@@ -241,7 +241,7 @@
 static struct TransmitCallbackContext *tcc_tail;
 
 /**
- * Have we already clean ed up the TCCs and are hence no longer
+ * Have we already cleaned up the TCCs and are hence no longer
  * willing (or able) to transmit anything to anyone?
  */
 static int cleaning_done;
@@ -523,7 +523,11 @@
 
   if (GNUNET_YES == cleaning_done)
     {
-      if (NULL != tc)
+#if DEBUG_DATASTORE
+      GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+                 "Shutdown in progress, aborting transmission.\n");
+#endif
+     if (NULL != tc)
        tc (tc_cls, GNUNET_SYSERR);
       return;
     }




reply via email to

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