2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Move sudo_printf to policy.c to match sudo_conv.

This commit is contained in:
Todd C. Miller
2014-10-06 10:13:42 -06:00
parent bd99dcc028
commit 79f4471e41
2 changed files with 1 additions and 1 deletions

View File

@@ -104,7 +104,6 @@ uid_t timestamp_uid;
char *login_style;
#endif /* HAVE_BSD_AUTH_H */
int sudo_mode;
sudo_printf_t sudo_printf;
static char *prev_user;
static char *runas_user;