X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=bindings%2Fsamples%2FAuthLogin.c;h=dcb5e576bd394504da860b76ba1d4afc3e38b76c;hb=f3048dc97316ede624764c7b6c8dadf4ede71b35;hp=0f29dd0dcec0f161b0b5e6ad8bb6029990342af0;hpb=68fb4de4c809825670818a9360c98f62c947c2ed;p=src%2Fapp-framework-binder.git diff --git a/bindings/samples/AuthLogin.c b/bindings/samples/AuthLogin.c index 0f29dd0d..dcb5e576 100644 --- a/bindings/samples/AuthLogin.c +++ b/bindings/samples/AuthLogin.c @@ -71,7 +71,7 @@ static void clientContextRefresh (afb_req_t request) { static void clientContextCheck (afb_req_t request) { json_object *jresp = json_object_new_object(); - json_object_object_add(jresp, "isvalid", json_object_new_boolean (TRUE)); + json_object_object_add(jresp, "isvalid", json_object_new_boolean (1)); afb_req_success(request, jresp, NULL); }