Add event to interrupt the server_loop.
[apps/pfixtools.git] / pfix-srsd / main-srsd.c
index 037a458..98633e6 100644 (file)
@@ -328,5 +328,5 @@ int main(int argc, char *argv[])
         || start_listener(port_dec, true) < 0) {
         return EXIT_FAILURE;
     }
-    return server_loop(srsd_starter, NULL, process_srs, NULL, &config);
+    return server_loop(srsd_starter, NULL, process_srs, NULL, NULL, &config);
 }