summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-02-05 19:19:50 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-02-05 19:19:50 +0000
commitdc4494494fdf073fa9f568b61eb8e602b5c8e13a (patch)
treeada775009500a2ecc824b28edec17e26f3c31daa /lib/libc
parent567e8b5e05ac2dbe762deb3f59eb7047bcf34d12 (diff)
that cannot be right
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/yp/yp_bind.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/yp/yp_bind.c b/lib/libc/yp/yp_bind.c
index 7e50bfa9911..9de9e0a841d 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.7 1997/01/28 02:22:35 deraadt Exp $";
+static char *rcsid = "$OpenBSD: yp_bind.c,v 1.8 1997/02/05 19:19:49 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 / 4;
+ tv.tv_sec = _yplib_timeout / 2;
tv.tv_usec = 0;
if (ysd->dom_client)
clnt_destroy(ysd->dom_client);