Move warn/error into common and make static builds work.
This commit is contained in:
@@ -525,7 +525,7 @@ log_fatal(int flags, const char *fmt, ...)
|
||||
va_end(ap);
|
||||
|
||||
/* Exit the plugin. */
|
||||
sudoers_cleanup(0);
|
||||
sudoers_cleanup();
|
||||
sudo_debug_exit(__func__, __FILE__, __LINE__, sudo_debug_subsys);
|
||||
plugin_longjmp(1);
|
||||
}
|
||||
|
Reference in New Issue
Block a user