From 3aef5dcad5e343f2224cbf41b031b51acb5c3bce Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Wed, 16 Jun 2021 15:13:50 +0200 Subject: [PATCH] login: remove obsolete and confusing comment Reported-by: Jan Pazdziora Signed-off-by: Karel Zak --- login-utils/login.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.47.3