aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
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 }