aboutsummaryrefslogtreecommitdiff
path: root/src/core/test_core_quota_compliance.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-18 10:08:28 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-18 10:08:28 +0000
commit88320c70883c0a252f2178bed6dfc1605a61dcd3 (patch)
treeab8392be3dd593e2cebbfd1dc34dc14ec7efe2cc /src/core/test_core_quota_compliance.c
parent9bf3b46c9a8c4b9aa2c804a22f2d84fe2689d49c (diff)
downloadgnunet-88320c70883c0a252f2178bed6dfc1605a61dcd3.tar.gz
gnunet-88320c70883c0a252f2178bed6dfc1605a61dcd3.zip
fix
Diffstat (limited to 'src/core/test_core_quota_compliance.c')
-rw-r--r--src/core/test_core_quota_compliance.c24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/core/test_core_quota_compliance.c b/src/core/test_core_quota_compliance.c
index 856ed13fd..dd8f16a2c 100644
--- a/src/core/test_core_quota_compliance.c
+++ b/src/core/test_core_quota_compliance.c
@@ -629,21 +629,21 @@ 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_number (p1.cfg, "CORE", 632 GNUNET_CONFIGURATION_get_value_size (p1.cfg, "CORE",
633 "TOTAL_QUOTA_IN", 633 "TOTAL_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_number (p2.cfg, "CORE", 636 GNUNET_CONFIGURATION_get_value_size (p2.cfg, "CORE",
637 "TOTAL_QUOTA_IN", 637 "TOTAL_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_number (p1.cfg, "CORE", 640 GNUNET_CONFIGURATION_get_value_size (p1.cfg, "CORE",
641 "TOTAL_QUOTA_OUT", 641 "TOTAL_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_number (p2.cfg, "CORE", 644 GNUNET_CONFIGURATION_get_value_size (p2.cfg, "CORE",
645 "TOTAL_QUOTA_OUT", 645 "TOTAL_QUOTA_OUT",
646 &current_quota_p2_out)); 646 &current_quota_p2_out));
647 647
648 p1.ch = 648 p1.ch =
649 GNUNET_CORE_connect (p1.cfg, 1, &p1, &init_notify, &connect_notify, 649 GNUNET_CORE_connect (p1.cfg, 1, &p1, &init_notify, &connect_notify,