gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r19841 - gnunet/src/datastore
Date: Sat, 18 Feb 2012 18:56:17 +0100

Author: grothoff
Date: 2012-02-18 18:56:16 +0100 (Sat, 18 Feb 2012)
New Revision: 19841

Modified:
   gnunet/src/datastore/datastore_api.c
Log:
-call continuation last

Modified: gnunet/src/datastore/datastore_api.c
===================================================================
--- gnunet/src/datastore/datastore_api.c        2012-02-18 15:19:59 UTC (rev 
19840)
+++ gnunet/src/datastore/datastore_api.c        2012-02-18 17:56:16 UTC (rev 
19841)
@@ -1213,12 +1213,12 @@
     LOG (GNUNET_ERROR_TYPE_DEBUG,
          "Received end of result set, new queue size is %u\n", h->queue_size);
 #endif
+    h->retry_time.rel_value = 0;
+    h->result_count = 0;
+    process_queue (h);
     if (rc.proc != NULL)
       rc.proc (rc.proc_cls, NULL, 0, NULL, 0, 0, 0, GNUNET_TIME_UNIT_ZERO_ABS,
                0);
-    h->retry_time.rel_value = 0;
-    h->result_count = 0;
-    process_queue (h);
     return;
   }
   qe = h->queue_head;




reply via email to

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