summaryrefslogtreecommitdiffstats
path: root/bus/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'bus/driver.c')
-rw-r--r--bus/driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/driver.c b/bus/driver.c
index cb641031..0eef59e1 100644
--- a/bus/driver.c
+++ b/bus/driver.c
@@ -519,7 +519,7 @@ bus_driver_handle_service_exists (DBusConnection *connection,
DBusMessage *reply;
DBusString service_name;
BusService *service;
- unsigned char service_exists;
+ dbus_bool_t service_exists;
const char *name;
dbus_bool_t retval;
BusRegistry *registry;