diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-20 01:04:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-20 01:04:08 +0000 |
commit | 1d4f062ab84f24cab893a9211e3e72b2f1f470ce (patch) | |
tree | 7b49b965d46d0dacc6eb86ab54cc582a8db79389 /ChangeLog | |
parent | 101cc59887f30651022b57f00200e5528990d190 (diff) | |
download | glibc-1d4f062ab84f24cab893a9211e3e72b2f1f470ce.tar.gz |
* nis/nis_call.c (__do_niscall3): Avoid code duplication in error
handling.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2006-05-19 Ulrich Drepper <drepper@redhat.com> + * nis/nis_call.c (__do_niscall3): Avoid code duplication in error + handling. + * nis/nis_callback.c (internal_nis_do_callback): Don't use malloc to allocate memory for my_pollfd. Better initialization of cb_is_running. Use TEMP_FAILURE_RETRY. |