X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-api-so-v2.c;h=59a319521fb0dd46583d35bfcbc24a379d39e258;hb=65353dce81a629e042800bb7b86fcd869a76727e;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..59a31952 100644 --- a/src/afb-api-so-v2.c +++ b/src/afb-api-so-v2.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016-2019 "IoT.bzh" + * Copyright (C) 2015-2020 "IoT.bzh" * Author José Bollo * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -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);