Browse Source

Daniel Jahre:


			
			
				rocklinux
			
			
		
Daniel Jahre 19 years ago
parent
commit
2d8cc6f11e
1 changed files with 11 additions and 0 deletions
  1. +11
    -0
      package/base/nfs-utils/nfs-utils-gcc4.patch

+ 11
- 0
package/base/nfs-utils/nfs-utils-gcc4.patch

@ -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);

Loading…
Cancel
Save