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:
a7825f2
)
remove obsolete comment
author
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 16 Jun 2007 14:16:30 +0000
(14:16 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Sat, 16 Jun 2007 14:16:30 +0000
(14:16 -0000)
libbb/correct_password.c
patch
|
blob
|
history
diff --git
a/libbb/correct_password.c
b/libbb/correct_password.c
index 7affc97eeefff7d0114c0809011583301a84caf8..f832635e6b0331a08cfcf8d19c2f55cb13be0230 100644
(file)
--- a/
libbb/correct_password.c
+++ b/
libbb/correct_password.c
@@
-47,8
+47,7
@@
int correct_password(const struct passwd *pw)
char buffer[256];
#endif
- /* fake salt. crypt() can choke otherwise.
- * (bb_banner's first two chars are letters and thus are valid salt) */
+ /* fake salt. crypt() can choke otherwise. */
correct = "aa";
if (!pw) {
/* "aa" will never match */