From: jah Date: Sun, 25 Jun 2017 11:47:48 +0000 (+0100) Subject: Fix quota compliance tests. X-Git-Tag: gnunet-0.11.0rc0~211 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=4ef35948e674341dd6ec770d56c8d170785cf303;p=oweals%2Fgnunet.git Fix quota compliance tests. --- diff --git a/src/transport/test_quota_compliance.c b/src/transport/test_quota_compliance.c index 73b773b88..211e64e32 100644 --- a/src/transport/test_quota_compliance.c +++ b/src/transport/test_quota_compliance.c @@ -305,11 +305,11 @@ main (int argc, } for (unsigned int i=0;i<2;i++) { - if ( (NULL != gen_cfgs[0]) && - (GNUNET_YES == GNUNET_DISK_file_test (gen_cfgs[0])) ) + if ( (NULL != gen_cfgs[i]) && + (GNUNET_YES == GNUNET_DISK_file_test (gen_cfgs[i])) ) { - GNUNET_DISK_directory_remove (gen_cfgs[0]); - GNUNET_free (gen_cfgs[0]); + GNUNET_DISK_directory_remove (gen_cfgs[i]); + GNUNET_free (gen_cfgs[i]); } } return 0;