mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-02-10 13:57:25 +03:00
logind: when parsing a boolean via sd-bus the type must be "int"
And not bool.
This commit is contained in:
parent
5744f59a3e
commit
2cf088b56d
@ -2293,7 +2293,7 @@ static int method_set_wall_message(
|
||||
int r;
|
||||
Manager *m = userdata;
|
||||
char *wall_message;
|
||||
bool enable_wall_messages;
|
||||
int enable_wall_messages;
|
||||
|
||||
assert(message);
|
||||
assert(m);
|
||||
|
Loading…
x
Reference in New Issue
Block a user