Remove this error message at Vodz request, it was misleading.
This commit is contained in:
parent
afc9ab8686
commit
29de86314a
@ -69,7 +69,6 @@ int correct_password ( const struct passwd *pw )
|
|||||||
unencrypted = bb_askpass ( 0, "Password: " );
|
unencrypted = bb_askpass ( 0, "Password: " );
|
||||||
if ( !unencrypted )
|
if ( !unencrypted )
|
||||||
{
|
{
|
||||||
fputs ( "cannot open /dev/tty\n", stderr );
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
encrypted = crypt ( unencrypted, correct );
|
encrypted = crypt ( unencrypted, correct );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user