diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-01-28 02:22:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-01-28 02:22:36 +0000 |
commit | bb4f3f0c809f32e604a7638b66bded8b9ea0e32c (patch) | |
tree | d87612fdac670f5bb782f2488110d0d8d5000bac /lib/libc/yp/yp_bind.c | |
parent | 5ae183c2e90177bdaf6fa3d91e965c6dff9494c7 (diff) |
encourage a few more udp whacks at the server
Diffstat (limited to 'lib/libc/yp/yp_bind.c')
-rw-r--r-- | lib/libc/yp/yp_bind.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/yp/yp_bind.c b/lib/libc/yp/yp_bind.c index 6c4c51e6eae..7e50bfa9911 100644 --- a/lib/libc/yp/yp_bind.c +++ b/lib/libc/yp/yp_bind.c @@ -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); |