gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r11443 - gnunet/src/datastore
Date: Thu, 20 May 2010 13:08:16 +0200

Author: grothoff
Date: 2010-05-20 13:08:16 +0200 (Thu, 20 May 2010)
New Revision: 11443

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

Modified: gnunet/src/datastore/datastore_api.c
===================================================================
--- gnunet/src/datastore/datastore_api.c        2010-05-20 07:40:02 UTC (rev 
11442)
+++ gnunet/src/datastore/datastore_api.c        2010-05-20 11:08:16 UTC (rev 
11443)
@@ -562,6 +562,11 @@
     return; /* request pending */
   if (h->client == NULL)
     return; /* waiting for reconnect */
+#if DEBUG_DATASTORE
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
+             "Transmitting %u bytes request to datastore\n",
+             qe->message_size);
+#endif
   h->th = GNUNET_CLIENT_notify_transmit_ready (h->client,
                                               qe->message_size,
                                               
GNUNET_TIME_absolute_get_remaining (qe->timeout),
@@ -1263,6 +1268,7 @@
       if (qe->response_proc == &process_result_message)        
        {
          qe->qc.rc.iter = NULL;    
+         GNUNET_DATASTORE_get_next (h, GNUNET_YES);
          return;
        }
       reconnect = GNUNET_YES;




reply via email to

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