It is now plugin_cleanup(), not cleanup()
This commit is contained in:
@@ -298,7 +298,7 @@ void validate_env_vars(char * const envp[]);
|
|||||||
char *fmt_string(const char *, const char *);
|
char *fmt_string(const char *, const char *);
|
||||||
|
|
||||||
/* sudoers.c */
|
/* sudoers.c */
|
||||||
void cleanup(int);
|
void plugin_cleanup(int);
|
||||||
void set_fqdn(void);
|
void set_fqdn(void);
|
||||||
FILE *open_sudoers(const char *, int, int *);
|
FILE *open_sudoers(const char *, int, int *);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user