X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-dyn.c;h=0667f5191827cb4a9530a06da779f4109fa01037;hb=29cdbe709db6af42775c1abc3499a80ad73159d0;hp=571f7fac3adbd5bde76af77137c72c152dca3bec;hpb=201b3b1745c1d5138d904a37a82d185bc610c4da;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-dyn.c b/src/afb-api-dyn.c index 571f7fac..0667f519 100644 --- a/src/afb-api-dyn.c +++ b/src/afb-api-dyn.c @@ -274,7 +274,7 @@ int afb_api_dyn_add(struct afb_apiset *apiset, const char *name, const char *inf goto error; } INFO("binding %s added to set %s", afb_export_apiname(dynapi->export), afb_apiset_name(apiset)); - return 1; + return 0; error: afb_export_destroy(export);