mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-11-25 04:39:48 +00:00
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: " );
|
||||
if ( !unencrypted )
|
||||
{
|
||||
fputs ( "cannot open /dev/tty\n", stderr );
|
||||
return 0;
|
||||
}
|
||||
encrypted = crypt ( unencrypted, correct );
|
||||
|
Loading…
Reference in New Issue
Block a user