diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-12-30 17:57:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-12-30 17:57:38 +0000 |
commit | 5bd4d36871617c9ef72f5c63b6f0d527642d32d2 (patch) | |
tree | 450cdb2dd92cf4499a0eada2c1bc262440199146 /ChangeLog | |
parent | e5ebb9ca48af0cb491663a3f368ac49268e14420 (diff) | |
download | glibc-5bd4d36871617c9ef72f5c63b6f0d527642d32d2.tar.gz glibc-5bd4d36871617c9ef72f5c63b6f0d527642d32d2.tar.xz glibc-5bd4d36871617c9ef72f5c63b6f0d527642d32d2.zip |
Update.
2003-12-30 Jakub Jelinek <jakub@redhat.com> * sunrpc/pmap_clnt.c (pmap_set): Do CLNT_DESTROY even if CLNT_CALL failed. Reported by Steve Grubb.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 23bd15ed1e..64f4bd2ba0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-12-30 Jakub Jelinek <jakub@redhat.com> + + * sunrpc/pmap_clnt.c (pmap_set): Do CLNT_DESTROY even if CLNT_CALL + failed. Reported by Steve Grubb. + 2003-12-29 Ulrich Drepper <drepper@redhat.com> * elf/elf.h: Add a few definitions from Solaris 9. |