X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-supervision.c;h=259b256ad11374eb2e87056c154a7979d6722193;hb=b70caad7da2eaea85db06dec8377b1cbebcec997;hp=0515234fa80572bbb301829010a69739eaf6c132;hpb=98b214e0454f1b55c5ce665bd5c848354d18c9e6;p=src%2Fapp-framework-binder.git diff --git a/src/afb-supervision.c b/src/afb-supervision.c index 0515234f..259b256a 100644 --- a/src/afb-supervision.c +++ b/src/afb-supervision.c @@ -34,7 +34,6 @@ #define AFB_BINDING_VERSION 3 #include -#include "afb-cred.h" #include "afb-api.h" #include "afb-apiset.h" #include "afb-api-so-v2.h" @@ -394,8 +393,7 @@ static void on_supervision_call(void *closure, struct afb_xreq *xreq) if (!xapi) afb_xreq_reply_unknown_api(xreq); else { - afb_cred_unref(xreq->cred); - xreq->cred = NULL; + afb_context_change_cred(&xreq->context, NULL); xreq->request.called_api = api; xreq->request.called_verb = verb; xreq->json = json_object_get(sub);