about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-05-20 01:04:08 +0000
committerUlrich Drepper <drepper@redhat.com>2006-05-20 01:04:08 +0000
commit1d4f062ab84f24cab893a9211e3e72b2f1f470ce (patch)
tree7b49b965d46d0dacc6eb86ab54cc582a8db79389 /ChangeLog
parent101cc59887f30651022b57f00200e5528990d190 (diff)
downloadglibc-1d4f062ab84f24cab893a9211e3e72b2f1f470ce.tar.gz
glibc-1d4f062ab84f24cab893a9211e3e72b2f1f470ce.tar.xz
glibc-1d4f062ab84f24cab893a9211e3e72b2f1f470ce.zip
* nis/nis_call.c (__do_niscall3): Avoid code duplication in error
	handling.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a995578297..5ae1fea159 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.