projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afc9ab8
)
Remove this error message at Vodz request, it was misleading.
author
Glenn L McGrath
<bug1@ihug.co.nz>
Fri, 24 Sep 2004 02:36:44 +0000
(
02:36
-0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Fri, 24 Sep 2004 02:36:44 +0000
(
02:36
-0000)
libbb/correct_password.c
patch
|
blob
|
history
diff --git
a/libbb/correct_password.c
b/libbb/correct_password.c
index e3ff44689023d88fde14e519055f2d740e8feb11..570aa7e86fca02d7323da1b2903c1ccce54446b4 100644
(file)
--- 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 );