diff options
Diffstat (limited to 'libbb/correct_password.c')
-rw-r--r-- | libbb/correct_password.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbb/correct_password.c b/libbb/correct_password.c index 255b04870..6301589e6 100644 --- a/libbb/correct_password.c +++ b/libbb/correct_password.c | |||
@@ -68,7 +68,7 @@ int FAST_FUNC correct_password(const struct passwd *pw) | |||
68 | return 1; | 68 | return 1; |
69 | 69 | ||
70 | fake_it: | 70 | fake_it: |
71 | unencrypted = bb_askpass(0, "Password: "); | 71 | unencrypted = bb_ask_stdin("Password: "); |
72 | if (!unencrypted) { | 72 | if (!unencrypted) { |
73 | return 0; | 73 | return 0; |
74 | } | 74 | } |