aboutsummaryrefslogtreecommitdiff
path: root/src/exit
diff options
context:
space:
mode:
authorSchanzenbach, Martin <mschanzenbach@posteo.de>2016-12-02 11:48:19 +0100
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2016-12-02 11:48:19 +0100
commit59f306e708fcfb8a88cfb58ae73b3f81b49512e3 (patch)
treec575cb5258cf1e7aee8c90ab13030603c40bc641 /src/exit
parent2105059516320800eaa8fff1196b58f29a50ba7c (diff)
downloadgnunet-59f306e708fcfb8a88cfb58ae73b3f81b49512e3.tar.gz
gnunet-59f306e708fcfb8a88cfb58ae73b3f81b49512e3.zip
- fix call
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 790780aa6..1b129c643 100644
--- a/src/exit/gnunet-daemon-exit.c
+++ b/src/exit/gnunet-daemon-exit.c
@@ -3865,7 +3865,7 @@ run (void *cls,
3865 if (GNUNET_YES != 3865 if (GNUNET_YES !=
3866 GNUNET_OS_check_helper_binary (binary, 3866 GNUNET_OS_check_helper_binary (binary,
3867 GNUNET_YES, 3867 GNUNET_YES,
3868 "-d gnunet-vpn - - - 169.1.3.3.7 255.255.255.0")) //no nat, ipv4 only 3868 "gnunet-vpn - - - 169.1.3.7 255.255.255.0")) //no nat, ipv4 only
3869 { 3869 {
3870 GNUNET_free (binary); 3870 GNUNET_free (binary);
3871 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 3871 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,