mirror of
https://github.com/sudo-project/sudo.git
synced 2025-08-31 14:25:15 +00:00
Recover from missing include file unless error_recovery is disabled.
It is still treated as an error from a logging perspective, and mail is still sent.
This commit is contained in:
@@ -51,7 +51,6 @@ struct sudoers_exec_args {
|
||||
|
||||
static unsigned int sudo_version;
|
||||
static const char *interfaces_string;
|
||||
bool sudoers_recovery = true;
|
||||
sudo_conv_t sudo_conv;
|
||||
sudo_printf_t sudo_printf;
|
||||
struct sudo_plugin_event * (*plugin_event_alloc)(void);
|
||||
|
Reference in New Issue
Block a user