From: Todd C. Miller Date: Thu, 8 Jul 1999 10:46:46 +0000 (+0000) Subject: regen X-Git-Tag: SUDO_1_6_0~254 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d22fe7a98d5265df18450f4b18547524b62d8838;p=sudo regen --- diff --git a/sudo.tab.c b/sudo.tab.c index a18403e0e..7111717e1 100644 --- a/sudo.tab.c +++ b/sudo.tab.c @@ -1193,9 +1193,9 @@ case 25: * saving (or if nothing else is on the stack) * and clear match status. */ - if ((user_matches == TRUE && host_matches == TRUE && - cmnd_matches != -1 && runas_matches != -1) || - top == 1) + if (user_matches == TRUE && host_matches == TRUE && + ((cmnd_matches != -1 && runas_matches != -1) || + top == 1)) pushcp; cmnd_matches = -1; }