- add a few basic tests for pidof(8)
[oweals/busybox.git] / libbb / correct_password.c
index e3ff44689023d88fde14e519055f2d740e8feb11..570aa7e86fca02d7323da1b2903c1ccce54446b4 100644 (file)
@@ -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 );