aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_quota_compliance.c')
-rw-r--r--src/transport/test_quota_compliance.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/transport/test_quota_compliance.c b/src/transport/test_quota_compliance.c
index 3ad236e42..15b4468d9 100644
--- a/src/transport/test_quota_compliance.c
+++ b/src/transport/test_quota_compliance.c
@@ -572,7 +572,6 @@ check ()
572int 572int
573main (int argc, char *argv[]) 573main (int argc, char *argv[])
574{ 574{
575 int ret;
576 int nat_res; 575 int nat_res;
577 576
578 tth = GNUNET_TRANSPORT_TESTING_init (); 577 tth = GNUNET_TRANSPORT_TESTING_init ();
@@ -611,7 +610,7 @@ main (int argc, char *argv[])
611 GNUNET_TRANSPORT_TESTING_get_config_name (argv[0], &cfg_file_p1, 1); 610 GNUNET_TRANSPORT_TESTING_get_config_name (argv[0], &cfg_file_p1, 1);
612 GNUNET_TRANSPORT_TESTING_get_config_name (argv[0], &cfg_file_p2, 2); 611 GNUNET_TRANSPORT_TESTING_get_config_name (argv[0], &cfg_file_p2, 2);
613 612
614 ret = check (); 613 check ();
615 614
616 GNUNET_free (cfg_file_p1); 615 GNUNET_free (cfg_file_p1);
617 GNUNET_free (cfg_file_p2); 616 GNUNET_free (cfg_file_p2);