mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 06:15:37 +00:00
Call plugin_cleanup(), not cleanup()
This commit is contained in:
@@ -660,7 +660,7 @@ sudoers_policy_invalidate(int remove)
|
||||
user_cmnd = "kill";
|
||||
if (sigsetjmp(error_jmp, 1) == 0) {
|
||||
remove_timestamp(remove);
|
||||
cleanup(0);
|
||||
plugin_cleanup(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user