From: Ulrich Drepper Date: Sun, 28 Dec 1997 18:22:49 +0000 (+0000) Subject: (__yp_bind): Make sure socket is closed. X-Git-Tag: cvs/glibc-2_0_6~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50b73048e7842d40c716e06eebde111bd1a37348;p=thirdparty%2Fglibc.git (__yp_bind): Make sure socket is closed. --- 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;