2
0
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:
Todd C. Miller
2012-11-25 09:34:40 -05:00
parent c2c6616a0c
commit 2632ec7e69
22 changed files with 202 additions and 266 deletions

View File

@@ -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();