gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r10389 - gnunet/src/datastore
Date: Mon, 22 Feb 2010 09:37:53 +0100

Author: grothoff
Date: 2010-02-22 09:37:53 +0100 (Mon, 22 Feb 2010)
New Revision: 10389

Modified:
   gnunet/src/datastore/gnunet-service-datastore.c
Log:
fix

Modified: gnunet/src/datastore/gnunet-service-datastore.c
===================================================================
--- gnunet/src/datastore/gnunet-service-datastore.c     2010-02-22 08:13:03 UTC 
(rev 10388)
+++ gnunet/src/datastore/gnunet-service-datastore.c     2010-02-22 08:37:53 UTC 
(rev 10389)
@@ -546,8 +546,9 @@
   if (status != GNUNET_OK)
     {
       GNUNET_log (GNUNET_ERROR_TYPE_INFO,
-                 _("Failed to transmit an item to the client; aborting 
iteration.\n"));    
-      plugin->api->next_request (next_cls, GNUNET_YES);
+                 _("Failed to transmit an item to the client; aborting 
iteration.\n"));
+      if (plugin != NULL)
+       plugin->api->next_request (next_cls, GNUNET_YES);
       return;
     }
   plugin->api->next_request (next_cls, GNUNET_NO);





reply via email to

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