]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(__yp_bind): Make sure socket is closed.
authorUlrich Drepper <drepper@redhat.com>
Sun, 28 Dec 1997 18:22:49 +0000 (18:22 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 28 Dec 1997 18:22:49 +0000 (18:22 +0000)
nis/ypclnt.c

index b5351c5b96c2ea063408236e4b8d33fd6da17e3b..3d834f1532cbb663ef91c142446f7410e9f340db 100644 (file)
@@ -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;