X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=support%2Frpc%2Fsvc_auth_gss.c;fp=support%2Frpc%2Fsvc_auth_gss.c;h=82b8d01af48ed5556b3140bcb24a5e931ff37f2e;hp=02153f9a6b317f7c0b3e3b61f75b219aa5a0b3f8;hb=ec55fd4158037ad06197bdfd4179d4946812925a;hpb=442c362b033ff30be49e162db8a57d8e375a6f1f diff --git a/support/rpc/svc_auth_gss.c b/support/rpc/svc_auth_gss.c index 02153f9..82b8d01 100644 --- a/support/rpc/svc_auth_gss.c +++ b/support/rpc/svc_auth_gss.c @@ -382,7 +382,7 @@ _svcauth_gss(struct svc_req *rqst, struct rpc_msg *msg, bool_t *no_dispatch) return (AUTH_FAILED); } auth->svc_ah_ops = &svc_auth_gss_ops; - SVCAUTH_PRIVATE(auth) = gd; + auth->svc_ah_private = (caddr_t)gd; rqst->rq_xprt->xp_auth = auth; } else gd = SVCAUTH_PRIVATE(rqst->rq_xprt->xp_auth);