summaryrefslogtreecommitdiff
path: root/src/exit/gnunet-daemon-exit.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-26 15:17:48 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-26 15:17:48 +0000
commit5272b27b9373a21884fde643a7d582df6b3b421b (patch)
tree3c2ce2549e203c099ddf07386fa53122471f4f49 /src/exit/gnunet-daemon-exit.c
parent87b7d2bc3d9cc8c4da313e5dc60fa497d65eb0e2 (diff)
downloadgnunet-5272b27b9373a21884fde643a7d582df6b3b421b.tar.gz
gnunet-5272b27b9373a21884fde643a7d582df6b3b421b.zip
-make proper use of new policy parser
Diffstat (limited to 'src/exit/gnunet-daemon-exit.c')
-rw-r--r--src/exit/gnunet-daemon-exit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index 9c095b34e..2de707133 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -3719,7 +3719,7 @@ run (void *cls,
3719 if (GNUNET_OK != 3719 if (GNUNET_OK !=
3720 GNUNET_CONFIGURATION_get_value_string (cfg, 3720 GNUNET_CONFIGURATION_get_value_string (cfg,
3721 "exit", 3721 "exit",
3722 "EXIT_RANGE_IPV4_REGEX", 3722 "EXIT_RANGE_IPV4_POLICY",
3723 &policy)) 3723 &policy))
3724 regex = NULL; 3724 regex = NULL;
3725 else 3725 else
@@ -3745,7 +3745,7 @@ run (void *cls,
3745 if (GNUNET_OK != 3745 if (GNUNET_OK !=
3746 GNUNET_CONFIGURATION_get_value_string (cfg, 3746 GNUNET_CONFIGURATION_get_value_string (cfg,
3747 "exit", 3747 "exit",
3748 "EXIT_RANGE_IPV6_REGEX", 3748 "EXIT_RANGE_IPV6_POLICY",
3749 &policy)) 3749 &policy))
3750 regex = NULL; 3750 regex = NULL;
3751 else 3751 else