From: Roy Marples Date: Wed, 17 Mar 2021 15:11:53 +0000 (+0000) Subject: privsep: Remove debug from prior X-Git-Tag: v10.0.0~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cd224ca33f496ddc645ecf7daaea99fef36dc86;p=thirdparty%2Fdhcpcd.git privsep: Remove debug from prior --- diff --git a/src/privsep.c b/src/privsep.c index 25c5fa42..1599507f 100644 --- a/src/privsep.c +++ b/src/privsep.c @@ -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)