Remove this error message at Vodz request, it was misleading.

This commit is contained in:
Glenn L McGrath 2004-09-24 02:36:44 +00:00
parent afc9ab8686
commit 29de86314a

View 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 );