From 50b73048e7842d40c716e06eebde111bd1a37348 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 28 Dec 1997 18:22:49 +0000 Subject: [PATCH] (__yp_bind): Make sure socket is closed. --- nis/ypclnt.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/nis/ypclnt.c b/nis/ypclnt.c index b5351c5b96c..3d834f1532c 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; -- 2.47.2