From: Denis Vlasenko Date: Sat, 16 Jun 2007 14:16:30 +0000 (-0000) Subject: remove obsolete comment X-Git-Tag: 1_7_0~225 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=85532fc4d49c599dfd0e5be93de38cb8f7cb551c;p=oweals%2Fbusybox.git remove obsolete comment --- 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 */