]> git.pld-linux.org Git - packages/libtirpc.git/blob - libtirpc-svcauthdestroy.patch
- rel 3; find first netid (makes can't contact portmapper: RPC: Unknown host problem...
[packages/libtirpc.git] / libtirpc-svcauthdestroy.patch
1 --- libtirpc-0.1.7/tirpc/rpc/svc_auth.h.orig    2005-05-18 01:10:51.000000000 -0400
2 +++ libtirpc-0.1.7/tirpc/rpc/svc_auth.h 2006-08-28 08:13:37.801283000 -0400
3 @@ -54,6 +54,9 @@
4         caddr_t svc_ah_private;
5  } SVCAUTH;
6  
7 +#define SVCAUTH_DESTROY(cred)          ((*(cred)->svc_ah_ops->svc_ah_destroy)())
8 +#define svcauth_destroy(cred)          ((*(cred)->svc_ah_ops->svc_ah_destroy)())
9 +
10  /*
11   * Server side authenticator
12   */
This page took 0.031503 seconds and 3 git commands to generate.