Remove this error message at Vodz request, it was misleading.
authorGlenn L McGrath <bug1@ihug.co.nz>
Fri, 24 Sep 2004 02:36:44 +0000 (02:36 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Fri, 24 Sep 2004 02:36:44 +0000 (02:36 -0000)
libbb/correct_password.c

index e3ff446..570aa7e 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 );