From: Todd C. Miller Date: Mon, 24 Jan 2011 20:34:45 +0000 (-0500) Subject: cosmetic change X-Git-Tag: SUDO_1_7_5~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=92282ccedab75874edc9158fe2c32b57d63d0be6;p=sudo cosmetic change --HG-- branch : 1.7 --- diff --git a/parse.c b/parse.c index a6174c654..acf8e5fdc 100644 --- a/parse.c +++ b/parse.c @@ -612,8 +612,7 @@ sudo_file_display_cmnd(nss, pw) if (runas_match == ALLOW) { cmnd_match = cmnd_matches(cs->cmnd); if (cmnd_match != UNSPEC) { - match = host_match && runas_match ? - cs->cmnd : NULL; + match = host_match && runas_match ? cs->cmnd : NULL; goto matched; } }