summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-12-28 18:22:49 +0000
committerUlrich Drepper <drepper@redhat.com>1997-12-28 18:22:49 +0000
commit50b73048e7842d40c716e06eebde111bd1a37348 (patch)
treefd2e8f38535033deda29a469f359af93ad460c47
parent3ff46a85e214ec73378206f7bc59b58bcad38a24 (diff)
(__yp_bind): Make sure socket is closed.
-rw-r--r--nis/ypclnt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/nis/ypclnt.c b/nis/ypclnt.c
index b5351c5b96..3d834f1532 100644
--- a/nis/ypclnt.c
+++ b/nis/ypclnt.c
@@ -81,8 +81,6 @@ __yp_bind (const char *domain, dom_binding **ypdb)
ysd->dom_socket = -1;
ysd->dom_vers = -1;
}
- else
- ysd->dom_client = NULL;
try = 0;