From bbece796a96f0c5670f2ed4646be2e883be3ba59 Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Tue, 18 Sep 2001 18:16:08 +0000 Subject: [PATCH] The default number of UDP queries should be 3, not 2. --- bin/dig/dighost.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index ced598a03a..183fad015d 100644 --- a/bin/dig/dighost.c +++ b/bin/dig/dighost.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dighost.c,v 1.225 2001/09/14 06:31:40 marka Exp $ */ +/* $Id: dighost.c,v 1.226 2001/09/18 18:16:08 bwelling Exp $ */ /* * Notice to programmers: Do not use this code as an example of how to @@ -106,7 +106,7 @@ int sendcount = 0; int recvcount = 0; int sockcount = 0; int ndots = -1; -int tries = 2; +int tries = 3; int lookup_counter = 0; /*