aboutsummaryrefslogtreecommitdiff
path: root/src/exit
diff options
context:
space:
mode:
authorChristian Fuchs <christian.fuchs@cfuchs.net>2013-04-19 14:50:35 +0000
committerChristian Fuchs <christian.fuchs@cfuchs.net>2013-04-19 14:50:35 +0000
commit2660d770616a348aabb9480dcbafa4841ae84aa0 (patch)
tree64844d3cb78699f688a15b4dbb3daaf584c909e1 /src/exit
parentc8fe1a3b7ce92edd1f4f2035103ed547123c3666 (diff)
downloadgnunet-2660d770616a348aabb9480dcbafa4841ae84aa0.tar.gz
gnunet-2660d770616a348aabb9480dcbafa4841ae84aa0.zip
added privilege testing parameters for helper-vpn, exit and nat-client.
todo: nat-server
Diffstat (limited to 'src/exit')
-rw-r--r--src/exit/gnunet-daemon-exit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exit/gnunet-daemon-exit.c b/src/exit/gnunet-daemon-exit.c
index 20f240b0d..72522e121 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -3344,7 +3344,7 @@ run (void *cls, char *const *args GNUNET_UNUSED,
3344 { 3344 {
3345 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-helper-exit"); 3345 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-helper-exit");
3346 if (GNUNET_YES != 3346 if (GNUNET_YES !=
3347 GNUNET_OS_check_helper_binary (binary, GNUNET_YES, NULL)) // FIXME: CF: add test-parameters 3347 GNUNET_OS_check_helper_binary (binary, GNUNET_YES, "-d gnunet-vpn - - - 169.1.3.3.7 255.255.255.0")) //no nat, ipv4 only
3348 { 3348 {
3349 GNUNET_free (binary); 3349 GNUNET_free (binary);
3350 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 3350 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,