File autofs-5.1.1-leave_auth_destroy.patch of Package autofs.2291
--- a/lib/rpc_subs.c +++ b/lib/rpc_subs.c @@ -34,16 +34,6 @@ #include <poll.h> #ifdef WITH_LIBTIRPC -#undef auth_destroy -#define auth_destroy(auth) \ - do { \ - int refs; \ - if ((refs = auth_put((auth))) == 0) \ - ((*((auth)->ah_ops->ah_destroy))(auth));\ - } while (0) -#endif - -#ifdef WITH_LIBTIRPC const rpcprog_t rpcb_prog = RPCBPROG; const rpcvers_t rpcb_version = RPCBVERS; #else