From: Karel Zak Date: Wed, 16 Jun 2021 13:13:50 +0000 (+0200) Subject: login: remove obsolete and confusing comment X-Git-Tag: v2.38-rc1~451 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=59e2df8fe82c54563ee41bcc257d5fca860d9167;p=thirdparty%2Futil-linux.git login: remove obsolete and confusing comment Reported-by: Jan Pazdziora Signed-off-by: Karel Zak --- diff --git a/login-utils/login.c b/login-utils/login.c index 7fefd05da7..48e3fa2e2a 100644 --- a/login-utils/login.c +++ b/login-utils/login.c @@ -1012,7 +1012,6 @@ static void loginpam_acct(struct login_context *cxt) loginpam_err(pamh, rc); /* - * Grab the user information out of the password file for future use. * First get the username that we are actually using, though. */ rc = loginpam_get_username(pamh, &cxt->username);