From 85532fc4d49c599dfd0e5be93de38cb8f7cb551c Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 16 Jun 2007 14:16:30 +0000 Subject: [PATCH] remove obsolete comment --- libbb/correct_password.c | 3 +-- 1 file changed, 1 insertion(+), 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 */