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

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