mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
374 B

--- ./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);