X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fmain-afs-supervisor.c;h=461b0a0f09d0cb5c24878cd02cc7b728509e71cc;hb=bebb8fa967f3b71b609119b293d2869d56036586;hp=14f1c3b00d76ff901039198f79e92a5e3747284e;hpb=2ab7061438040c68346124268ecf4081c835cbf2;p=src%2Fapp-framework-binder.git 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 */