From: Mark Andrews Date: Tue, 15 Oct 2002 03:15:28 +0000 (+0000) Subject: remove repeated "keep" in comment. X-Git-Tag: v9.2.3rc1~104^2~291 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=bc50732baba5c22b2a0fd625d2cf7c4234a7a537;p=thirdparty%2Fbind9.git remove repeated "keep" in comment. --- diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index d545c7ae086..24a3743372f 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: resolver.c,v 1.253 2002/09/12 04:52:13 marka Exp $ */ +/* $Id: resolver.c,v 1.254 2002/10/15 03:15:28 marka Exp $ */ #include @@ -3741,7 +3741,7 @@ noanswer_response(fetchctx_t *fctx, dns_name_t *oqname, * We already know ns_name is a subdomain of fctx->domain. * If ns_name is equal to fctx->domain, we're not making * progress. We return DNS_R_FORMERR so that we'll keep - * keep trying other servers. + * trying other servers. */ if (dns_name_equal(ns_name, &fctx->domain)) return (DNS_R_FORMERR);