X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-so-v2.c;h=692d7377848750a4b2d0a0f7ac0a07bd3f9e48d9;hb=ca0f859d96599c8ae295c85f825030c891969de1;hp=a0399da1b8794e7e78280c6a148ef694fa89884d;hpb=ec0564bc90b3c63f7e82f09e81db8bd2cfac89a2;p=src%2Fapp-framework-binder.git diff --git a/src/afb-api-so-v2.c b/src/afb-api-so-v2.c index a0399da1..692d7377 100644 --- a/src/afb-api-so-v2.c +++ b/src/afb-api-so-v2.c @@ -15,7 +15,7 @@ * limitations under the License. */ -#if WITH_LEGACY_BINDING_V2 +#if WITH_LEGACY_BINDING_V2 && WITH_DYNAMIC_BINDING #define _GNU_SOURCE @@ -106,7 +106,7 @@ struct json_object *afb_api_so_v2_make_description_openAPIv3(const struct afb_bi g = json_object_new_object(); json_object_object_add(f, "get", g); - a = afb_auth_json_v2(verb->auth, verb->session); + a = afb_auth_json_x2(verb->auth, verb->session); if (a) json_object_object_add(g, "x-permissions", a);