summaryrefslogtreecommitdiffstats
path: root/bus
diff options
context:
space:
mode:
Diffstat (limited to 'bus')
-rw-r--r--bus/driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bus/driver.c b/bus/driver.c
index 9b444486..2b65a4c2 100644
--- a/bus/driver.c
+++ b/bus/driver.c
@@ -537,7 +537,7 @@ bus_driver_handle_service_exists (DBusConnection *connection,
}
if (!dbus_message_append_args (reply,
- DBUS_TYPE_UINT32, service != NULL,
+ DBUS_TYPE_BOOLEAN, service != NULL,
0))
{
BUS_SET_OOM (error);