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')