summaryrefslogtreecommitdiffstats
path: root/src/afb-hreq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/afb-hreq.c')
-rw-r--r--src/afb-hreq.c1
1 files changed, 0 insertions, 1 deletions
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;