aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libbb/correct_password.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libbb/correct_password.c b/libbb/correct_password.c
index e3ff44689..570aa7e86 100644
--- a/libbb/correct_password.c
+++ b/libbb/correct_password.c
@@ -69,7 +69,6 @@ int correct_password ( const struct passwd *pw )
unencrypted = bb_askpass ( 0, "Password: " );
if ( !unencrypted )
{
- fputs ( "cannot open /dev/tty\n", stderr );
return 0;
}
encrypted = crypt ( unencrypted, correct );