aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_datastore_api_management.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-04-24 11:54:33 +0000
committerChristian Grothoff <christian@grothoff.org>2012-04-24 11:54:33 +0000
commit6b5dc0752ab4ea57d8d218c581e0ef71be4075d6 (patch)
treee36d13372b67f4318c6362e37a4fd8b115acadff /src/datastore/test_datastore_api_management.c
parenta0683a115049af97d5d6c77e8269a8f59d86787e (diff)
-fix
Diffstat (limited to 'src/datastore/test_datastore_api_management.c')
-rw-r--r--src/datastore/test_datastore_api_management.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/datastore/test_datastore_api_management.c b/src/datastore/test_datastore_api_management.c
index 4015c2cb2b..7a41f345b6 100644
--- a/src/datastore/test_datastore_api_management.c
+++ b/src/datastore/test_datastore_api_management.c
@@ -255,6 +255,7 @@ run_tests (void *cls, int success, struct GNUNET_TIME_Absolute min_expiration, c
FPRINTF (stderr,
"Test 'put' operation failed with error `%s' database likely not setup, skipping test.",
msg);
+ GNUNET_DATASTORE_disconnect (datastore, GNUNET_YES);
GNUNET_free (crc);
return;
}