From: Todd C. Miller Date: Thu, 5 Aug 1999 09:21:38 +0000 (+0000) Subject: Missed a prompt -> user_prompt conversion X-Git-Tag: SUDO_1_6_0~164 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e724655227c42da61656c450ce53486d97ea8ac;p=sudo Missed a prompt -> user_prompt conversion --- diff --git a/auth/sudo_auth.c b/auth/sudo_auth.c index c00e7dc76..b756383ff 100644 --- a/auth/sudo_auth.c +++ b/auth/sudo_auth.c @@ -135,7 +135,7 @@ verify_user() /* Get the password unless the auth function will do it for us */ nil_pw = 0; #if defined(AUTH_STANDALONE) && !defined(AUTH_STANDALONE_GETPASS) - p = prompt; + p = user_prompt; #else p = (char *) tgetpass(user_prompt, PASSWORD_TIMEOUT * 60, 1); if (!p || *p == '\0')