mirror of
https://github.com/sudo-project/sudo.git
synced 2025-09-04 08:15:15 +00:00
regen
This commit is contained in:
@@ -1193,9 +1193,9 @@ case 25:
|
|||||||
* saving (or if nothing else is on the stack)
|
* saving (or if nothing else is on the stack)
|
||||||
* and clear match status.
|
* and clear match status.
|
||||||
*/
|
*/
|
||||||
if ((user_matches == TRUE && host_matches == TRUE &&
|
if (user_matches == TRUE && host_matches == TRUE &&
|
||||||
cmnd_matches != -1 && runas_matches != -1) ||
|
((cmnd_matches != -1 && runas_matches != -1) ||
|
||||||
top == 1)
|
top == 1))
|
||||||
pushcp;
|
pushcp;
|
||||||
cmnd_matches = -1;
|
cmnd_matches = -1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user