gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r15346 - gnunet/src/datastore
Date: Mon, 30 May 2011 11:04:56 +0200

Author: grothoff
Date: 2011-05-30 11:04:56 +0200 (Mon, 30 May 2011)
New Revision: 15346

Modified:
   gnunet/src/datastore/datastore_api.c
Log:
fix

Modified: gnunet/src/datastore/datastore_api.c
===================================================================
--- gnunet/src/datastore/datastore_api.c        2011-05-29 02:52:32 UTC (rev 
15345)
+++ gnunet/src/datastore/datastore_api.c        2011-05-30 09:04:56 UTC (rev 
15346)
@@ -764,6 +764,8 @@
                 _("Failed to receive status response from database."));
       if (was_transmitted == GNUNET_YES)
        do_disconnect (h);
+      else
+       process_queue (h);
       return;
     }
   GNUNET_assert (GNUNET_YES == qe->was_transmitted);
@@ -1234,6 +1236,8 @@
                     NULL, 0, NULL, 0, 0, 0, 
                     GNUNET_TIME_UNIT_ZERO_ABS, 0);    
        }
+      else
+       process_queue (h);
       return;
     }
   if (ntohs(msg->type) == GNUNET_MESSAGE_TYPE_DATASTORE_DATA_END) 
@@ -1289,6 +1293,7 @@
 #endif
   free_queue_entry (qe);
   h->retry_time.rel_value = 0;
+  process_queue (h);
   if (rc.proc != NULL)
     rc.proc (rc.proc_cls,
             &dm->key,




reply via email to

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