2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-30 22:05:46 +00:00
This commit is contained in:
Todd C. Miller
1999-07-08 10:46:46 +00:00
parent 63209c1348
commit d22fe7a98d

View File

@@ -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;
}