aboutsummaryrefslogtreecommitdiff
path: root/src/testing/testing_group.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_group.c')
-rw-r--r--src/testing/testing_group.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c
index e8db98a91..49c0c1a33 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -6078,7 +6078,7 @@ GNUNET_TESTING_daemons_start (const struct GNUNET_CONFIGURATION_Handle *cfg,
6078 return NULL; 6078 return NULL;
6079 } 6079 }
6080 6080
6081 if (GNUNET_YES != GNUNET_DISK_file_size (hostkeys_file, &fs, GNUNET_YES)) 6081 if (GNUNET_OK != GNUNET_DISK_file_size (hostkeys_file, &fs, GNUNET_YES, GNUNET_YES))
6082 fs = 0; 6082 fs = 0;
6083#if DEBUG_TESTING 6083#if DEBUG_TESTING
6084 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 6084 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,