X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fmain-afb-daemon.c;h=ce681e3806eb201cb613b416bb1b1cac2ae0a970;hb=refs%2Ftags%2F5.99.2;hp=75d51901c5c83fc41a9241a62c2897d5e0e15dce;hpb=93d8d6f69399dacbb43c0780ebccc378b4f44880;p=src%2Fapp-framework-binder.git diff --git a/src/main-afb-daemon.c b/src/main-afb-daemon.c index 75d51901..ce681e38 100644 --- a/src/main-afb-daemon.c +++ b/src/main-afb-daemon.c @@ -64,7 +64,7 @@ if SELF_PGROUP == 0 the launched command is the group leader if SELF_PGROUP != 0 afb-daemon is the group leader */ -#define SELF_PGROUP 1 +#define SELF_PGROUP 0 struct afb_apiset *main_apiset; struct afb_config *main_config; @@ -619,7 +619,7 @@ static void start(int signum, void *arg) #if !defined(NO_CALL_PERSONALITY) personality((unsigned long)-1L); #endif - 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 */