summaryrefslogtreecommitdiffstats
path: root/contrib/bind/tools/nslookup/send.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/bind/tools/nslookup/send.c')
-rw-r--r--contrib/bind/tools/nslookup/send.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/contrib/bind/tools/nslookup/send.c b/contrib/bind/tools/nslookup/send.c
index 46c74b5..c07d0b6 100644
--- a/contrib/bind/tools/nslookup/send.c
+++ b/contrib/bind/tools/nslookup/send.c
@@ -55,7 +55,7 @@
#ifndef lint
static char sccsid[] = "@(#)send.c 5.18 (Berkeley) 3/2/91";
-static char rcsid[] = "$Id: send.c,v 8.1 1994/12/15 06:24:31 vixie Exp $";
+static char rcsid[] = "$Id: send.c,v 8.2 1997/06/01 20:34:40 vixie Exp $";
#endif /* not lint */
/*
@@ -332,8 +332,7 @@ wait:
* timeout
*/
if (_res.options & RES_DEBUG)
- printf("timeout (%d secs)\n",
- timeout.tv_sec);
+ printf("timeout\n");
#if BSD >= 43
gotsomewhere = 1;
#endif
OpenPOWER on IntegriCloud