X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafb-hreq.c;h=b87251be57bfd276834374e95c3e8911cba1ab92;hb=52384789f904e7ebbfb901e15cc62521c9b9468f;hp=62b322c3b092f5f8175972022c29d7197891a682;hpb=090379fdaf6ed1860dcff21424135ad71ead0cd2;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hreq.c b/src/afb-hreq.c index 62b322c3..b87251be 100644 --- a/src/afb-hreq.c +++ b/src/afb-hreq.c @@ -982,7 +982,6 @@ struct afb_hreq *afb_hreq_create() if (hreq) { /* init the request */ afb_xreq_init(&hreq->xreq, &afb_hreq_xreq_query_itf); - hreq->xreq.cred = afb_cred_current(); hreq->reqid = ++global_reqids; } return hreq;