aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-service-vpn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/gnunet-service-vpn.c')
-rw-r--r--src/vpn/gnunet-service-vpn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpn/gnunet-service-vpn.c b/src/vpn/gnunet-service-vpn.c
index 1a46f0b5e..e3bc8a49c 100644
--- a/src/vpn/gnunet-service-vpn.c
+++ b/src/vpn/gnunet-service-vpn.c
@@ -3062,7 +3062,7 @@ run (void *cls,
3062 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-helper-vpn"); 3062 binary = GNUNET_OS_get_libexec_binary_path ("gnunet-helper-vpn");
3063 3063
3064 if (GNUNET_YES != 3064 if (GNUNET_YES !=
3065 GNUNET_OS_check_helper_binary (binary)) 3065 GNUNET_OS_check_helper_binary (binary, TRUE, NULL)) // FIXME: CF: add test-parameters
3066 { 3066 {
3067 fprintf (stderr, 3067 fprintf (stderr,
3068 "`%s' is not SUID, refusing to run.\n", 3068 "`%s' is not SUID, refusing to run.\n",