aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-12-08 20:32:12 +0000
committerUlrich Drepper <drepper@redhat.com>2005-12-08 20:32:12 +0000
commit8c058eec1e5ea88c64056fe2edef6a11b174756c (patch)
treec3d18cf9c0e670c0d5bc1c2a97ad9915424c7692 /ChangeLog
parente975f14ee90a2ddb80afd9517670d61a80c00a02 (diff)
downloadglibc-8c058eec1e5ea88c64056fe2edef6a11b174756c.zip
glibc-8c058eec1e5ea88c64056fe2edef6a11b174756c.tar.gz
glibc-8c058eec1e5ea88c64056fe2edef6a11b174756c.tar.bz2
* nis/nis_call.c (__nisbind_create): Remove __nisbind_destroy,
->clnt cannot be != NULL. (__do_niscall): No need to use __nisbind_destroy, __nisbind_next did it. (__nisbind_connect): use_auth is already TRUE, otherwise we would not be here. * nis/nis_lookup.c (nis_lookup): Remove unnecessary __nisbind_destroy calls. __nisbind_next does all that.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e7a2187..7bfbb30 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2005-12-08 Jakub Jelinek <jakub@redhat.com>
+ * nis/nis_call.c (__nisbind_create): Remove __nisbind_destroy,
+ ->clnt cannot be != NULL.
+ (__do_niscall): No need to use __nisbind_destroy, __nisbind_next
+ did it.
+ (__nisbind_connect): use_auth is already TRUE, otherwise we would
+ not be here.
+
+ * nis/nis_lookup.c (nis_lookup): Remove unnecessary
+ __nisbind_destroy calls. __nisbind_next does all that.
+
* nis/ypclnt.c (yp_update): Before trying default authentication,
free DES descriptor.