gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r21123 - gnunet/src/datastore
Date: Tue, 24 Apr 2012 13:59:44 +0200

Author: grothoff
Date: 2012-04-24 13:59:44 +0200 (Tue, 24 Apr 2012)
New Revision: 21123

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

Modified: gnunet/src/datastore/perf_datastore_api.c
===================================================================
--- gnunet/src/datastore/perf_datastore_api.c   2012-04-24 11:57:31 UTC (rev 
21122)
+++ gnunet/src/datastore/perf_datastore_api.c   2012-04-24 11:59:44 UTC (rev 
21123)
@@ -285,8 +285,9 @@
   if (success != GNUNET_YES)
   {
     FPRINTF (stderr,
-             "Test 'put' operation failed with error `%s' database likely not 
setup, skipping test.",
+             "Test 'put' operation failed with error `%s' database likely not 
setup, skipping test.\n",
              msg);
+    GNUNET_DATASTORE_disconnect (datastore, GNUNET_YES);
     GNUNET_free (crc);
     return;
   }




reply via email to

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