From c46ac73c8f1d0133903c00332ab4fa4e2550ecc4 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Fri, 22 Jan 2016 23:45:23 +0000 Subject: [PATCH] update copyright notice / whitespace --- bin/named/query.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/named/query.c b/bin/named/query.c index 5cf41de866..1ca95c9cfe 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2016 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any @@ -6587,7 +6587,7 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype) * Restore saved state. */ CTRACE(ISC_LOG_DEBUG(3), - "resume from redirect recursion"); + "resume from redirect recursion"); #ifdef WANT_QUERYTRACE dns_name_format(client->query.redirect.fname, qbuf, sizeof(qbuf));