]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
login: remove obsolete and confusing comment
authorKarel Zak <kzak@redhat.com>
Wed, 16 Jun 2021 13:13:50 +0000 (15:13 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 16 Jun 2021 13:13:50 +0000 (15:13 +0200)
Reported-by: Jan Pazdziora <jpazdziora@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
login-utils/login.c

index 7fefd05da778439bc105ff91fd930b291ac381af..48e3fa2e2afa55e2cd399692594e0596c3c5feb3 100644 (file)
@@ -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);