X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-dyn.c;h=0667f5191827cb4a9530a06da779f4109fa01037;hb=45088e9f96c9889089d7b0eca810d89a2b3d7374;hp=571f7fac3adbd5bde76af77137c72c152dca3bec;hpb=7a7268a5697b0b988bcabc00390878edee941b4e;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);