]> git.pld-linux.org Git - packages/glibc.git/blame - glibc-nis+-leaks2.patch
This commit was manufactured by cvs2git to create branch 'AC-branch'.
[packages/glibc.git] / glibc-nis+-leaks2.patch
CommitLineData
d423733f
AM
12006-05-17 Jakub Jelinek <jakub@redhat.com>
2
3 * sunrpc/key_call.c (getkeyserv_handle): Call auth_destroy if
4 pid changed.
5
6--- libc/sunrpc/key_call.c 4 May 2006 18:22:38 -0000 1.20
7+++ libc/sunrpc/key_call.c 17 May 2006 15:10:44 -0000 1.21
8@@ -400,6 +400,7 @@ getkeyserv_handle (int vers)
9 /* if pid has changed, destroy client and rebuild */
10 if (kcp->client != NULL && kcp->pid != __getpid ())
11 {
12+ auth_destroy (kcp->client->cl_auth);
13 clnt_destroy (kcp->client);
14 kcp->client = NULL;
15 }
This page took 0.040548 seconds and 4 git commands to generate.