gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r15371 - gnunet/src/datastore
Date: Tue, 31 May 2011 18:12:40 +0200

Author: grothoff
Date: 2011-05-31 18:12:40 +0200 (Tue, 31 May 2011)
New Revision: 15371

Modified:
   gnunet/src/datastore/datastore_api.c
Log:
skip here

Modified: gnunet/src/datastore/datastore_api.c
===================================================================
--- gnunet/src/datastore/datastore_api.c        2011-05-31 15:24:34 UTC (rev 
15370)
+++ gnunet/src/datastore/datastore_api.c        2011-05-31 16:12:40 UTC (rev 
15371)
@@ -585,6 +585,12 @@
   struct GNUNET_DATASTORE_QueueEntry *qe;
 
   h->in_receive = GNUNET_NO;
+  if (h->skip_next_messages > 0)
+    {
+      h->skip_next_messages--;
+      process_queue (h);
+      return;
+   } 
   if (NULL == (qe = h->queue_head))
     {
       GNUNET_break (0);
@@ -778,12 +784,6 @@
   int32_t status;
   int was_transmitted;
 
-  if (h->skip_next_messages > 0)
-    {
-      h->skip_next_messages--;
-      process_queue (h);
-      return;
-   } 
   if (NULL == (qe = h->queue_head))
     {
       GNUNET_break (0);
@@ -1252,12 +1252,6 @@
   struct ResultContext rc;
   const struct DataMessage *dm;
 
-  if (h->skip_next_messages > 0)
-    {
-      h->skip_next_messages--;
-      process_queue (h);
-      return;
-    }
   if (msg == NULL)
     {
       qe = h->queue_head;




reply via email to

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