1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-28 11:55:23 +03:00

dbus: fix MaskUnitFiles bus call

This commit is contained in:
Lennart Poettering 2011-08-02 00:10:40 +02:00
parent 54a437057e
commit 835680f53e

View File

@ -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;