about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-23 22:18:09 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-23 22:18:09 +0000
commit345d920835ed818a09cf242da31adf7e9981f614 (patch)
tree59c2c84e42ae51e4e5a30d7fad5da072f6fb1a53 /ChangeLog
parent47ae3942144cdf43f231a1f8b6b3720a427dbdeb (diff)
downloadglibc-345d920835ed818a09cf242da31adf7e9981f614.tar.gz
glibc-345d920835ed818a09cf242da31adf7e9981f614.tar.xz
glibc-345d920835ed818a09cf242da31adf7e9981f614.zip
Update.
	* nis/ypclnt.c (__yp_bind): Expect ypdb parameter to always we !=
	NULL.  Remove code made redundant by this assumption.
	(__yp_unbind): Add call to free.  Adjust all callers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 146af5d4b0..21d8008bb8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2003-04-23  Ulrich Drepper  <drepper@redhat.com>
 
+	* nis/ypclnt.c (__yp_bind): Expect ypdb parameter to always we !=
+	NULL.  Remove code made redundant by this assumption.
+	(__yp_unbind): Add call to free.  Adjust all callers.
+
 	* nis/ypclnt.c (yp_all): Free the dom_binding object after
 	unwinding it.