aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api_monitoring.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-12-19 21:36:42 +0000
committerChristian Grothoff <christian@grothoff.org>2014-12-19 21:36:42 +0000
commit511c49385f5551074f2d477d0abc0fff3794c06f (patch)
treee2993b37a6482e42425037f83df40cc97a4c3e04 /src/namestore/test_namestore_api_monitoring.c
parenta5e33f093cebc31423f085a816b3b297673c0baf (diff)
downloadgnunet-511c49385f5551074f2d477d0abc0fff3794c06f.tar.gz
gnunet-511c49385f5551074f2d477d0abc0fff3794c06f.zip
-check return value
Diffstat (limited to 'src/namestore/test_namestore_api_monitoring.c')
-rw-r--r--src/namestore/test_namestore_api_monitoring.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/namestore/test_namestore_api_monitoring.c b/src/namestore/test_namestore_api_monitoring.c
index c2fe450ce..f7eb5fd89 100644
--- a/src/namestore/test_namestore_api_monitoring.c
+++ b/src/namestore/test_namestore_api_monitoring.c
@@ -271,7 +271,8 @@ run (void *cls,
271 res = 1; 271 res = 1;
272 272
273 directory = NULL; 273 directory = NULL;
274 GNUNET_CONFIGURATION_get_value_string(cfg, "PATHS", "GNUNET_TEST_HOME", &directory); 274 GNUNET_assert (GNUNET_OK ==
275 GNUNET_CONFIGURATION_get_value_string(cfg, "PATHS", "GNUNET_TEST_HOME", &directory));
275 GNUNET_DISK_directory_remove (directory); 276 GNUNET_DISK_directory_remove (directory);
276 277
277 GNUNET_asprintf(&hostkey_file, 278 GNUNET_asprintf(&hostkey_file,