traceroute: fix help text to not show -6 when traceroute6 is off
[oweals/busybox.git] / libbb / correct_password.c
index 255b0487067db8ac6b50cd7c9832c2ac6d968766..6301589e6ae2ba227d138fb3fff27ea025c5c5b9 100644 (file)
@@ -68,7 +68,7 @@ int FAST_FUNC correct_password(const struct passwd *pw)
                return 1;
 
  fake_it:
-       unencrypted = bb_askpass(0, "Password: ");
+       unencrypted = bb_ask_stdin("Password: ");
        if (!unencrypted) {
                return 0;
        }