Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-06-16 18:16:30 +0400
committerDenis Vlasenko <vda.linux@googlemail.com>2007-06-16 18:16:30 +0400
commit85532fc4d49c599dfd0e5be93de38cb8f7cb551c (patch)
tree7becc0a016e6f374f617d925e09931267836be73
parenta7825f269d7fef5370ef7bf4c9acf88a4ec51e71 (diff)
remove obsolete comment
-rw-r--r--libbb/correct_password.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libbb/correct_password.c b/libbb/correct_password.c
index 7affc97ee..f832635e6 100644
--- 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 */