diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index cb90361444..2b7b970322 100644 --- a/bin/dig/dighost.c +++ b/bin/dig/dighost.c @@ -1896,7 +1896,7 @@ next_origin(dig_query_t *query) { * about finding the next entry. */ return (ISC_FALSE); - + /* * Check for a absolute name or ndots being met. */ @@ -1908,7 +1908,7 @@ next_origin(dig_query_t *query) { (dns_name_isabsolute(name) || (int)dns_name_countlabels(name) > ndots)) return (ISC_FALSE); - + if (query->lookup->origin == NULL && !query->lookup->need_search) /* * Then we just did rootorg; there's nothing left. diff --git a/bin/dig/nslookup.c b/bin/dig/nslookup.c index ab8066656c..d5ef50b7f6 100644 --- a/bin/dig/nslookup.c +++ b/bin/dig/nslookup.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2012 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2013 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/dig/nslookup.docbook b/bin/dig/nslookup.docbook index 3f7d1f6fb8..dc9d857b4e 100644 --- a/bin/dig/nslookup.docbook +++ b/bin/dig/nslookup.docbook @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" []>