mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-24 21:34:08 +03:00
dbus: fix MaskUnitFiles bus call
This commit is contained in:
parent
54a437057e
commit
835680f53e
@ -1318,7 +1318,7 @@ static DBusHandlerResult bus_manager_message_handler(DBusConnection *connection,
|
||||
UnitFileChange *changes = NULL;
|
||||
unsigned n_changes = 0;
|
||||
dbus_bool_t runtime, force;
|
||||
bool carries_install_info = -1;
|
||||
int carries_install_info = -1;
|
||||
|
||||
if (!dbus_message_iter_init(message, &iter))
|
||||
goto oom;
|
||||
|
Loading…
Reference in New Issue
Block a user