From 29de86314a6d55d3ace0624a37a59f5bcf496250 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Fri, 24 Sep 2004 02:36:44 +0000 Subject: Remove this error message at Vodz request, it was misleading. --- libbb/correct_password.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libbb/correct_password.c') diff --git a/libbb/correct_password.c b/libbb/correct_password.c index e3ff44689..570aa7e86 100644 --- a/libbb/correct_password.c +++ b/libbb/correct_password.c @@ -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 ); -- cgit v1.2.3