aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-24 11:59:44 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-24 11:59:44 +0000
commit8025c06ca58905eb098b43fb3cd606e341d418d7 (patch)
tree8a3b8ac745fbca23b71ded30ad508d11c67f2643 /src/datastore
parent7b525855d22935cf640e69fb4045336e92e1cd15 (diff)
downloadgnunet-8025c06ca58905eb098b43fb3cd606e341d418d7.tar.gz
gnunet-8025c06ca58905eb098b43fb3cd606e341d418d7.zip
-fix
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/perf_datastore_api.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/datastore/perf_datastore_api.c b/src/datastore/perf_datastore_api.c
index aae152db8..296853ab4 100644
--- a/src/datastore/perf_datastore_api.c
+++ b/src/datastore/perf_datastore_api.c
@@ -285,8 +285,9 @@ run_tests (void *cls, int success, struct GNUNET_TIME_Absolute min_expiration, c
285 if (success != GNUNET_YES) 285 if (success != GNUNET_YES)
286 { 286 {
287 FPRINTF (stderr, 287 FPRINTF (stderr,
288 "Test 'put' operation failed with error `%s' database likely not setup, skipping test.", 288 "Test 'put' operation failed with error `%s' database likely not setup, skipping test.\n",
289 msg); 289 msg);
290 GNUNET_DATASTORE_disconnect (datastore, GNUNET_YES);
290 GNUNET_free (crc); 291 GNUNET_free (crc);
291 return; 292 return;
292 } 293 }