Refactor policy plugin interface code from sudoers.c into policy.c

This commit is contained in:
Todd C. Miller
2012-10-25 16:58:31 -04:00
parent 3651377e12
commit 475662aaa4
10 changed files with 780 additions and 683 deletions

View File

@@ -492,7 +492,7 @@ log_fatal(int flags, const char *fmt, ...)
va_end(ap);
/* Exit the plugin. */
plugin_cleanup(0);
sudoers_plugin_cleanup(0);
sudo_debug_exit(__func__, __FILE__, __LINE__, sudo_debug_subsys);
siglongjmp(error_jmp, 1);
}