diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-05 06:01:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-05 06:01:26 +0000 |
commit | f2d5cf5005abf48aeaf4e7e8093aa49f32c76756 (patch) | |
tree | 8657a5e96c33edd8d59614a4f16719b668efcec8 /ChangeLog | |
parent | 3e4370cf2b647d5c1ff8579283878f59875d3645 (diff) | |
download | glibc-f2d5cf5005abf48aeaf4e7e8093aa49f32c76756.zip glibc-f2d5cf5005abf48aeaf4e7e8093aa49f32c76756.tar.gz glibc-f2d5cf5005abf48aeaf4e7e8093aa49f32c76756.tar.bz2 |
* nis/nis_table.c (nis_list): Avoid clearing res twice before
filling it for the first time.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2006-05-04 Ulrich Drepper <drepper@redhat.com> + * nis/nis_table.c (nis_list): Avoid clearing res twice before + filling it for the first time. + * nis/nis_table.c (get_tablepath): Renamed from __get_tablepath. Adjust all callers. Free res object content before returning. |