From: Roy Marples Date: Mon, 28 Mar 2016 20:08:43 +0000 (+0000) Subject: White space police. X-Git-Tag: v6.10.2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=485bda7dfbfd6c25fe1eabae4772d770aa146216;p=thirdparty%2Fdhcpcd.git White space police. --- diff --git a/control.c b/control.c index e46ef06d..738bcae3 100644 --- a/control.c +++ b/control.c @@ -246,7 +246,7 @@ control_start1(struct dhcpcd_ctx *ctx, const char *ifname, mode_t fmode) unlink(sa.sun_path); return -1; } - + if ((fmode & S_UNPRIV) != S_UNPRIV) strlcpy(ctx->control_sock, sa.sun_path, sizeof(ctx->control_sock));