mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-30 22:05:46 +00:00
Move warn/error into common and make static builds work.
This commit is contained in:
@@ -579,7 +579,7 @@ sudoers_policy_invalidate(int remove)
|
||||
user_cmnd = "kill";
|
||||
if (plugin_setjmp() == 0) {
|
||||
remove_timestamp(remove);
|
||||
sudoers_cleanup(0);
|
||||
sudoers_cleanup();
|
||||
}
|
||||
plugin_clearjmp();
|
||||
|
||||
|
Reference in New Issue
Block a user