* nis/nis_call.c (__nisbind_create): Remove __nisbind_destroy,
commit8c058eec1e5ea88c64056fe2edef6a11b174756c
authorUlrich Drepper <drepper@redhat.com>
Thu, 8 Dec 2005 20:32:12 +0000 (8 20:32 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 8 Dec 2005 20:32:12 +0000 (8 20:32 +0000)
treec3d18cf9c0e670c0d5bc1c2a97ad9915424c7692
parente975f14ee90a2ddb80afd9517670d61a80c00a02
* 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.
ChangeLog
nis/nis_call.c
nis/nis_lookup.c