diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-23 22:18:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-23 22:18:09 +0000 |
commit | 345d920835ed818a09cf242da31adf7e9981f614 (patch) | |
tree | 59c2c84e42ae51e4e5a30d7fad5da072f6fb1a53 /ChangeLog | |
parent | 47ae3942144cdf43f231a1f8b6b3720a427dbdeb (diff) | |
download | glibc-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-- | ChangeLog | 4 |
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. |