From b047bfc748c4a4ec82f6c554a48f0f7ff2fbdec3 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 4 Feb 2015 15:16:34 +0000 Subject: [PATCH] bus_driver_check_caller_is_privileged: correct the DBUS_WIN case Bug: https://bugs.freedesktop.org/show_bug.cgi?id=88964 --- bus/driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bus/driver.c b/bus/driver.c index 6e8a6da..e5acac8 100644 --- a/bus/driver.c +++ b/bus/driver.c @@ -134,7 +134,7 @@ bus_driver_check_caller_is_privileged (DBusConnection *connection, } return TRUE; -#elif DBUS_WIN +#elif defined(DBUS_WIN) char *windows_sid = NULL; dbus_bool_t ret = FALSE; -- 2.1.4