X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-apiset.c;h=a373c207d083d980372175979fd5e61474ddf774;hb=c8558c8a28966110aa3a356f95d3c60afe32b64a;hp=38edcd588ab07b03919ef4cd282b4710ea46ee67;hpb=8f3368daeca3d5c184321e96cba60886bb7fc82f;p=src%2Fapp-framework-binder.git diff --git a/src/afb-apiset.c b/src/afb-apiset.c index 38edcd58..a373c207 100644 --- a/src/afb-apiset.c +++ b/src/afb-apiset.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016, 2017 "IoT.bzh" + * Copyright (C) 2016, 2017, 2018 "IoT.bzh" * Author "Fulup Ar Foll" * Author José Bollo * @@ -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; }