From 360d5cf4dc7ef71cd7e4bd549c95cd5a2bff2689 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 17 May 2006 15:11:44 +0000 Subject: * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if pid changed. * include/rpc/key_prot.h: Mark all _internal functions as hidden. * include/rpc/xdr.h: Mark all _internal functions as hidden. --- sunrpc/key_call.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sunrpc') diff --git a/sunrpc/key_call.c b/sunrpc/key_call.c index 63293aefa5..611c37256c 100644 --- a/sunrpc/key_call.c +++ b/sunrpc/key_call.c @@ -400,6 +400,7 @@ getkeyserv_handle (int vers) /* if pid has changed, destroy client and rebuild */ if (kcp->client != NULL && kcp->pid != __getpid ()) { + auth_destroy (kcp->client->cl_auth); clnt_destroy (kcp->client); kcp->client = NULL; } -- cgit 1.4.1