remove obsolete comment

This commit is contained in:
Denis Vlasenko 2007-06-16 14:16:30 +00:00
parent a7825f269d
commit 85532fc4d4

View 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 */