diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-09-24 02:36:44 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-09-24 02:36:44 +0000 |
commit | d666e504e1cbeee4abefe07ad298f2cbb6863896 (patch) | |
tree | 1d8450127d07418fe36c2fdf98819a3f09636966 | |
parent | 17f9bd8e4e7b7764b994968c1bc221253df81895 (diff) | |
download | busybox-w32-d666e504e1cbeee4abefe07ad298f2cbb6863896.tar.gz busybox-w32-d666e504e1cbeee4abefe07ad298f2cbb6863896.tar.bz2 busybox-w32-d666e504e1cbeee4abefe07ad298f2cbb6863896.zip |
Remove this error message at Vodz request, it was misleading.
git-svn-id: svn://busybox.net/trunk/busybox@9274 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | libbb/correct_password.c | 1 |
1 files changed, 0 insertions, 1 deletions
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 ) | |||
69 | unencrypted = bb_askpass ( 0, "Password: " ); | 69 | unencrypted = bb_askpass ( 0, "Password: " ); |
70 | if ( !unencrypted ) | 70 | if ( !unencrypted ) |
71 | { | 71 | { |
72 | fputs ( "cannot open /dev/tty\n", stderr ); | ||
73 | return 0; | 72 | return 0; |
74 | } | 73 | } |
75 | encrypted = crypt ( unencrypted, correct ); | 74 | encrypted = crypt ( unencrypted, correct ); |