]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
privsep: Remove debug from prior
authorRoy Marples <roy@marples.name>
Wed, 17 Mar 2021 15:11:53 +0000 (15:11 +0000)
committerRoy Marples <roy@marples.name>
Wed, 17 Mar 2021 15:11:53 +0000 (15:11 +0000)
src/privsep.c

index 25c5fa429e61af6fe815cd4576d782e374a3d176..1599507fddfb42b673f17006a4f7b88a9476333d 100644 (file)
@@ -114,7 +114,6 @@ ps_init(struct dhcpcd_ctx *ctx)
 static int
 ps_dropprivs(struct dhcpcd_ctx *ctx)
 {
-       return 0;
        struct passwd *pw = ctx->ps_user;
 
        if (ctx->options & DHCPCD_LAUNCHER)