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 )
69 unencrypted = bb_askpass ( 0, "Password: " ); 69 unencrypted = bb_askpass ( 0, "Password: " );
70 if ( !unencrypted ) 70 if ( !unencrypted )
71 { 71 {
72 fputs ( "cannot open /dev/tty\n", stderr );
73 return 0; 72 return 0;
74 } 73 }
75 encrypted = crypt ( unencrypted, correct ); 74 encrypted = crypt ( unencrypted, correct );