From: Duncaen Date: Sun, 26 Jun 2016 21:22:27 +0000 (+0200) Subject: remove unnecessary warning output X-Git-Tag: v0.3.1~2 X-Git-Url: https://git.armaanb.net/?p=opendoas.git;a=commitdiff_plain;h=e0c0b370ea6a9d0efc642b059fced85f7f5249a5 remove unnecessary warning output --- diff --git a/doas.c b/doas.c index 33be571..b5f8049 100644 --- a/doas.c +++ b/doas.c @@ -438,7 +438,6 @@ main(int argc, char **argv) LOGIN_SETUSER) != 0) errx(1, "failed to set user context for target"); #else - warn(pw->pw_name); if (setresgid(pw->pw_gid, pw->pw_gid, pw->pw_gid) != 0) errx(1, "setresgid"); if (initgroups(pw->pw_name, pw->pw_gid) != 0)