1
0
mirror of https://github.com/systemd/systemd synced 2025-10-06 00:13:24 +02:00

pam_systemd: correct alignment

Follow-up for cf2630acaa
This commit is contained in:
Mike Yuan
2025-09-27 00:58:54 +02:00
parent a3ad821b4c
commit cb19dbb97f

View 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, ':')) {