remove obsolete comment
authorDenis Vlasenko <vda.linux@googlemail.com>
Sat, 16 Jun 2007 14:16:30 +0000 (14:16 -0000)
committerDenis Vlasenko <vda.linux@googlemail.com>
Sat, 16 Jun 2007 14:16:30 +0000 (14:16 -0000)
libbb/correct_password.c

index 7affc97eeefff7d0114c0809011583301a84caf8..f832635e6b0331a08cfcf8d19c2f55cb13be0230 100644 (file)
@@ -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 */