Simplify starting of services
[src/app-framework-binder.git] / src / main-afs-supervisor.c
index 14f1c3b..461b0a0 100644 (file)
@@ -160,7 +160,7 @@ static void start(int signum, void *arg)
        }
 
        /* start the services */
-       if (afb_apiset_start_all_services(main_apiset, 1) < 0)
+       if (afb_apiset_start_all_services(main_apiset) < 0)
                goto error;
 
        /* start the HTTP server */