From: Glenn L McGrath Date: Fri, 24 Sep 2004 02:36:44 +0000 (-0000) Subject: Remove this error message at Vodz request, it was misleading. X-Git-Tag: 1_00~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29de86314a6d55d3ace0624a37a59f5bcf496250;p=platform%2Fupstream%2Fbusybox.git Remove this error message at Vodz request, it was misleading. --- diff --git a/libbb/correct_password.c b/libbb/correct_password.c index e3ff446..570aa7e 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 );