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

@@ -69,6 +69,7 @@ struct sudoers_exec_args {
static int sudo_version;
static const char *interfaces_string;
sudo_conv_t sudo_conv;
sudo_printf_t sudo_printf;
const char *path_ldap_conf = _PATH_LDAP_CONF;
const char *path_ldap_secret = _PATH_LDAP_SECRET;