X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fmain-afs-supervisor.c;h=461b0a0f09d0cb5c24878cd02cc7b728509e71cc;hb=6b0b9047228c0da38458217c28190ff0c28e73a9;hp=14f1c3b00d76ff901039198f79e92a5e3747284e;hpb=4521c1e7ae5371ab9d639adc617d17fb4e8ded0c;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 */