aboutsummaryrefslogtreecommitdiff
path: root/src/vpn
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn')
-rw-r--r--src/vpn/gnunet-service-vpn.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vpn/gnunet-service-vpn.c b/src/vpn/gnunet-service-vpn.c
index f48022b5f..260bafc60 100644
--- a/src/vpn/gnunet-service-vpn.c
+++ b/src/vpn/gnunet-service-vpn.c
@@ -2945,8 +2945,8 @@ run (void *cls,
2945 "-d gnunet-vpn - - 169.1.3.3.7 255.255.255.0")) //ipv4 only please! 2945 "-d gnunet-vpn - - 169.1.3.3.7 255.255.255.0")) //ipv4 only please!
2946 { 2946 {
2947 GNUNET_log (GNUNET_ERROR_TYPE_ERROR, 2947 GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
2948 "`%s' is not SUID, refusing to run.\n", 2948 "`%s' is not SUID or the path is invalid, refusing to run.\n",
2949 "gnunet-helper-vpn"); 2949 binary);
2950 GNUNET_free (binary); 2950 GNUNET_free (binary);
2951 global_ret = 1; 2951 global_ret = 1;
2952 /* we won't "really" exit here, as the 'service' is still running; 2952 /* we won't "really" exit here, as the 'service' is still running;