mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
logind: remove one cast
This commit is contained in:
parent
0ade5ffe27
commit
a08ac7e0f7
@ -120,9 +120,9 @@ int seat_save(Seat *s) {
|
||||
|
||||
fprintf(f,
|
||||
"ACTIVE=%s\n"
|
||||
"ACTIVE_UID=%lu\n",
|
||||
"ACTIVE_UID="UID_FMT"\n",
|
||||
s->active->id,
|
||||
(unsigned long) s->active->user->uid);
|
||||
s->active->user->uid);
|
||||
}
|
||||
|
||||
if (s->sessions) {
|
||||
|
Loading…
Reference in New Issue
Block a user