mirror of
https://github.com/systemd/systemd.git
synced 2025-01-10 05:18:17 +03:00
logind: fix compilation without utmp (#10674)
This commit is contained in:
parent
1432d2dbdf
commit
86cf4554ef
@ -778,7 +778,7 @@ int manager_read_utmp(Manager *m) {
|
||||
endutxent();
|
||||
return r;
|
||||
#else
|
||||
return 0
|
||||
return 0;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user