chiark / gitweb /
bus: fix exit-on-idle for driverd
[elogind.git] / src / hostname / hostnamed.c
index eb2b35f2ccf225c92d513db708f143b12c12863f..e57891bf0d932b365731a623655c7c1f9f59c389 100644 (file)
@@ -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;