summaryrefslogtreecommitdiffstats
path: root/sys/rpc/svc_auth_unix.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/rpc/svc_auth_unix.c')
-rw-r--r--sys/rpc/svc_auth_unix.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/rpc/svc_auth_unix.c b/sys/rpc/svc_auth_unix.c
index 9c6cdd7..0c11a4a 100644
--- a/sys/rpc/svc_auth_unix.c
+++ b/sys/rpc/svc_auth_unix.c
@@ -120,8 +120,7 @@ _svcauth_unix(struct svc_req *rqst, struct rpc_msg *msg)
goto done;
}
- rqst->rq_xprt->xp_verf.oa_flavor = AUTH_NULL;
- rqst->rq_xprt->xp_verf.oa_length = 0;
+ rqst->rq_verf = _null_auth;
stat = AUTH_OK;
done:
XDR_DESTROY(&xdrs);
OpenPOWER on IntegriCloud