aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_quota_compliance.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/test_core_quota_compliance.c')
-rw-r--r--src/core/test_core_quota_compliance.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/core/test_core_quota_compliance.c b/src/core/test_core_quota_compliance.c
index dd8f16a2c..59305725a 100644
--- a/src/core/test_core_quota_compliance.c
+++ b/src/core/test_core_quota_compliance.c
@@ -629,20 +629,20 @@ run (void *cls, char *const *args, const char *cfgfile,
629 629
630 GNUNET_assert (test != -1); 630 GNUNET_assert (test != -1);
631 GNUNET_assert (GNUNET_SYSERR != 631 GNUNET_assert (GNUNET_SYSERR !=
632 GNUNET_CONFIGURATION_get_value_size (p1.cfg, "CORE", 632 GNUNET_CONFIGURATION_get_value_size (p1.cfg, "ATS",
633 "TOTAL_QUOTA_IN", 633 "WAN_QUOTA_IN",
634 &current_quota_p1_in)); 634 &current_quota_p1_in));
635 GNUNET_assert (GNUNET_SYSERR != 635 GNUNET_assert (GNUNET_SYSERR !=
636 GNUNET_CONFIGURATION_get_value_size (p2.cfg, "CORE", 636 GNUNET_CONFIGURATION_get_value_size (p2.cfg, "ATS",
637 "TOTAL_QUOTA_IN", 637 "WAN_QUOTA_IN",
638 &current_quota_p2_in)); 638 &current_quota_p2_in));
639 GNUNET_assert (GNUNET_SYSERR != 639 GNUNET_assert (GNUNET_SYSERR !=
640 GNUNET_CONFIGURATION_get_value_size (p1.cfg, "CORE", 640 GNUNET_CONFIGURATION_get_value_size (p1.cfg, "ATS",
641 "TOTAL_QUOTA_OUT", 641 "WAN_QUOTA_OUT",
642 &current_quota_p1_out)); 642 &current_quota_p1_out));
643 GNUNET_assert (GNUNET_SYSERR != 643 GNUNET_assert (GNUNET_SYSERR !=
644 GNUNET_CONFIGURATION_get_value_size (p2.cfg, "CORE", 644 GNUNET_CONFIGURATION_get_value_size (p2.cfg, "ATS",
645 "TOTAL_QUOTA_OUT", 645 "WAN_QUOTA_OUT",
646 &current_quota_p2_out)); 646 &current_quota_p2_out));
647 647
648 p1.ch = 648 p1.ch =