From 8b6fe8243d6a46d7435fb6789481489c44549cfb Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 2 Jul 2013 17:17:25 +0200 Subject: login: pass correct boolean type to libdbus --- src/login/logind-dbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/login/logind-dbus.c') diff --git a/src/login/logind-dbus.c b/src/login/logind-dbus.c index e61ec7afd5..a52f020b34 100644 --- a/src/login/logind-dbus.c +++ b/src/login/logind-dbus.c @@ -489,7 +489,7 @@ static int bus_manager_create_session(Manager *m, DBusMessage *message) { _cleanup_dbus_message_unref_ DBusMessage *reply = NULL; _cleanup_free_ char *path = NULL; _cleanup_close_ int fifo_fd = -1; - bool exists; + dbus_bool_t exists; /* Session already exists, client is probably * something like "su" which changes uid but is still -- cgit v1.2.3-54-g00ecf