|
|
@ -0,0 +1,11 @@ |
|
|
|
--- ./support/rpc/svc_auth_gss.c.vanilla 2005-12-22 15:27:37.000000000 +0100
|
|
|
|
+++ ./support/rpc/svc_auth_gss.c 2005-12-22 15:30:28.000000000 +0100
|
|
|
|
@@ -382,7 +382,7 @@
|
|
|
|
return (AUTH_FAILED); |
|
|
|
} |
|
|
|
auth->svc_ah_ops = &svc_auth_gss_ops; |
|
|
|
- SVCAUTH_PRIVATE(auth) = gd;
|
|
|
|
+ auth = gd;
|
|
|
|
rqst->rq_xprt->xp_auth = auth; |
|
|
|
} |
|
|
|
else gd = SVCAUTH_PRIVATE(rqst->rq_xprt->xp_auth); |