summaryrefslogtreecommitdiffstats
path: root/support/rpc/svc_auth_gss.c
diff options
context:
space:
mode:
Diffstat (limited to 'support/rpc/svc_auth_gss.c')
-rw-r--r--support/rpc/svc_auth_gss.c2
1 files changed, 1 insertions, 1 deletions
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);