]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
pam_systemd: correct alignment
authorMike Yuan <me@yhndnzj.com>
Fri, 26 Sep 2025 22:58:54 +0000 (00:58 +0200)
committerMike Yuan <me@yhndnzj.com>
Fri, 26 Sep 2025 23:00:50 +0000 (01:00 +0200)
Follow-up for cf2630acaa87ded5ad99ea30ed4bd895e71ca503

src/login/pam_systemd.c

index f4e237dd2a62e97fd0a8ddc4eab6b116b7eb8246..52f212757a6aad72a5dc8d8b21d2b482b1796503 100644 (file)
@@ -928,7 +928,7 @@ static void session_context_mangle(
                 c->type = "unspecified";
                 if (isempty(c->class))
                         c->class = IN_SET(user_record_disposition(ur), USER_INTRINSIC, USER_SYSTEM, USER_DYNAMIC) ?
-                        "manager-early" : "manager";
+                                "manager-early" : "manager";
                 c->tty = NULL;
 
         } else if (c->tty && strchr(c->tty, ':')) {