From 37224a5ff522a366b353e8a01e2c2eee1e5416e5 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 19 Dec 2013 21:14:52 +0100 Subject: bus: fix exit-on-idle for driverd --- src/hostname/hostnamed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/hostname') diff --git a/src/hostname/hostnamed.c b/src/hostname/hostnamed.c index eb2b35f2cc..e57891bf0d 100644 --- a/src/hostname/hostnamed.c +++ b/src/hostname/hostnamed.c @@ -639,7 +639,7 @@ int main(int argc, char *argv[]) { goto finish; } - r = bus_event_loop_with_idle(event, bus, "org.freedesktop.hostname1", DEFAULT_EXIT_USEC); + r = bus_event_loop_with_idle(event, bus, "org.freedesktop.hostname1", DEFAULT_EXIT_USEC, NULL, NULL); if (r < 0) { log_error("Failed to run event loop: %s", strerror(-r)); goto finish; -- cgit v1.2.3-54-g00ecf