encourage a few more udp whacks at the server
authorderaadt <deraadt@openbsd.org>
Tue, 28 Jan 1997 02:22:35 +0000 (02:22 +0000)
committerderaadt <deraadt@openbsd.org>
Tue, 28 Jan 1997 02:22:35 +0000 (02:22 +0000)
lib/libc/yp/yp_bind.c

index 6c4c51e..7e50bfa 100644 (file)
@@ -31,7 +31,7 @@
  */
 
 #if defined(LIBC_SCCS) && !defined(lint)
-static char *rcsid = "$OpenBSD: yp_bind.c,v 1.6 1996/08/19 08:35:08 tholo Exp $";
+static char *rcsid = "$OpenBSD: yp_bind.c,v 1.7 1997/01/28 02:22:35 deraadt Exp $";
 #endif /* LIBC_SCCS and not lint */
 
 #include <sys/param.h>
@@ -228,7 +228,7 @@ gotdata:
                ysd->dom_vers = YPVERS;
                (void)strcpy(ysd->dom_domain, dom);
        }
-       tv.tv_sec = _yplib_timeout / 2;
+       tv.tv_sec = _yplib_timeout / 4;
        tv.tv_usec = 0;
        if (ysd->dom_client)
                clnt_destroy(ysd->dom_client);