summaryrefslogtreecommitdiff
path: root/dbus/dbus-sysdeps-util-win.c
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2013-04-05 13:28:54 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2013-04-08 12:17:28 +0100
commit2ab900b678abb6df62790549b55230215f20a8a4 (patch)
tree09ab594b96e00f1852f32778565a23ced44aaf84 /dbus/dbus-sysdeps-util-win.c
parent60511bb9951c210b82e14f8b5b1a10a744acf6bc (diff)
Do not suppress syslog test's stderr just because init is systemd
This causes the test to fail. The assumption implicitly being made was "if pid 1 is systemd, then every caller of _dbus_init_system_log() is a systemd service" which is not valid for the regression test. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=63163 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Colin Walters <walters@verbum.org>
Diffstat (limited to 'dbus/dbus-sysdeps-util-win.c')
-rw-r--r--dbus/dbus-sysdeps-util-win.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbus/dbus-sysdeps-util-win.c b/dbus/dbus-sysdeps-util-win.c
index 111db9ea..abb10f70 100644
--- a/dbus/dbus-sysdeps-util-win.c
+++ b/dbus/dbus-sysdeps-util-win.c
@@ -262,7 +262,7 @@ _dbus_request_file_descriptor_limit (unsigned int limit)
}
void
-_dbus_init_system_log (void)
+_dbus_init_system_log (dbus_bool_t is_daemon)
{
/* OutputDebugStringA doesn't need any special initialization, do nothing */
}