Preserve the column and error message when there is a syntax error.
This information is now included in the error mail sent to root.
This commit is contained in:
@@ -312,6 +312,8 @@ int sudoersparse(void);
|
||||
extern char *login_style;
|
||||
extern char *errorfile;
|
||||
extern int errorlineno;
|
||||
extern int errorcolumn;
|
||||
extern char *errorstring;
|
||||
extern bool parse_error;
|
||||
extern bool sudoers_warnings;
|
||||
extern bool sudoers_recovery;
|
||||
|
Reference in New Issue
Block a user