X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-apiset.c;h=ae1d9460bfa44ecea0de8a5577978ff94c81722b;hb=6e7f3d28a2d08a8976fdd9c586b4cbddcaeb37bd;hp=38edcd588ab07b03919ef4cd282b4710ea46ee67;hpb=8f3368daeca3d5c184321e96cba60886bb7fc82f;p=src%2Fapp-framework-binder.git diff --git a/src/afb-apiset.c b/src/afb-apiset.c index 38edcd58..ae1d9460 100644 --- a/src/afb-apiset.c +++ b/src/afb-apiset.c @@ -29,7 +29,6 @@ #include "afb-apiset.h" #include "afb-context.h" #include "afb-xreq.h" -#include "jobs.h" #define INCR 8 /* CAUTION: must be a power of 2 */ @@ -418,7 +417,7 @@ int afb_apiset_start_all_services(struct afb_apiset *set, int share_session) return rc; i++; } - + return set->subset ? afb_apiset_start_all_services(set->subset, share_session) : 0; }