aboutsummaryrefslogtreecommitdiff
path: root/src/vpn/gnunet-helper-vpn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vpn/gnunet-helper-vpn.c')
-rw-r--r--src/vpn/gnunet-helper-vpn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vpn/gnunet-helper-vpn.c b/src/vpn/gnunet-helper-vpn.c
index c8f4530eb..57e5008e0 100644
--- a/src/vpn/gnunet-helper-vpn.c
+++ b/src/vpn/gnunet-helper-vpn.c
@@ -585,7 +585,7 @@ main (int argc, char **argv)
585 585
586 set_address4 (dev, address, mask); 586 set_address4 (dev, address, mask);
587 } 587 }
588 588
589 uid_t uid = getuid (); 589 uid_t uid = getuid ();
590#ifdef HAVE_SETRESUID 590#ifdef HAVE_SETRESUID
591 if (0 != setresuid (uid, uid, uid)) 591 if (0 != setresuid (uid, uid, uid))