summaryrefslogtreecommitdiffstats
path: root/src/main-afs-supervisor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main-afs-supervisor.c')
-rw-r--r--src/main-afs-supervisor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main-afs-supervisor.c b/src/main-afs-supervisor.c
index 14f1c3b0..461b0a0f 100644
--- a/src/main-afs-supervisor.c
+++ b/src/main-afs-supervisor.c
@@ -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 */