From 92282ccedab75874edc9158fe2c32b57d63d0be6 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Mon, 24 Jan 2011 15:34:45 -0500 Subject: [PATCH] cosmetic change --HG-- branch : 1.7 --- parse.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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; } } -- 2.50.1