mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
logind: make id const, since it points into another buffer
This commit is contained in:
@@ -29,7 +29,7 @@ struct Inhibitor {
|
||||
|
||||
sd_event_source *event_source;
|
||||
|
||||
char *id;
|
||||
const char *id;
|
||||
char *state_file;
|
||||
|
||||
bool started;
|
||||
|
||||
Reference in New Issue
Block a user