2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-09-05 00:35:14 +00:00

Missed a prompt -> user_prompt conversion

This commit is contained in:
Todd C. Miller
1999-08-05 09:21:38 +00:00
parent 4aa1fb7fea
commit 5e72465522

View File

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