Fix "make check" fallout from the sudo_conv changes in sudo_debug.

This commit is contained in:
Todd C. Miller
2011-12-02 11:35:22 -05:00
parent 21a2f95821
commit b58c1ff6ec
4 changed files with 14 additions and 0 deletions

View File

@@ -55,6 +55,8 @@ static int check_addr_printf(int msg_type, const char *fmt, ...);
struct interface *interfaces;
sudo_printf_t sudo_printf = check_addr_printf;
sudo_conv_t sudo_conv; /* NULL in non-plugin */
static int
check_addr(char *input)
{