gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r15087 - gnunet/src/datastore
Date: Wed, 27 Apr 2011 21:08:54 +0200

Author: grothoff
Date: 2011-04-27 21:08:54 +0200 (Wed, 27 Apr 2011)
New Revision: 15087

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

Modified: gnunet/src/datastore/datastore_api.c
===================================================================
--- gnunet/src/datastore/datastore_api.c        2011-04-27 19:04:55 UTC (rev 
15086)
+++ gnunet/src/datastore/datastore_api.c        2011-04-27 19:08:54 UTC (rev 
15087)
@@ -1215,12 +1215,12 @@
          GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
                      _("Failed to receive response from database.\n"));
          do_disconnect (h);
+         free_queue_entry (qe);
+         if (rc.proc != NULL)
+           rc.proc (rc.proc_cls,
+                    NULL, 0, NULL, 0, 0, 0, 
+                    GNUNET_TIME_UNIT_ZERO_ABS, 0);    
        }
-      free_queue_entry (qe);
-      if (rc.proc != NULL)
-       rc.proc (rc.proc_cls,
-                NULL, 0, NULL, 0, 0, 0, 
-                GNUNET_TIME_UNIT_ZERO_ABS, 0);    
       return;
     }
   if (ntohs(msg->type) == GNUNET_MESSAGE_TYPE_DATASTORE_DATA_END) 




reply via email to

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