From d666e504e1cbeee4abefe07ad298f2cbb6863896 Mon Sep 17 00:00:00 2001 From: bug1 Date: Fri, 24 Sep 2004 02:36:44 +0000 Subject: Remove this error message at Vodz request, it was misleading. git-svn-id: svn://busybox.net/trunk/busybox@9274 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- libbb/correct_password.c | 1 - 1 file changed, 1 deletion(-) 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-55-g6feb