dbus: fix MaskUnitFiles bus call

This commit is contained in:
Lennart Poettering 2011-08-02 00:10:40 +02:00
parent 54a437057e
commit 835680f53e
1 changed files with 1 additions and 1 deletions

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;