BIND 10 master, updated. c627111eeec6f80e5f66020c7613b4e408d2b193 [master] add missing logger placeholder for RESOLVER_NON_IN_PACKET

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Oct 18 15:55:57 UTC 2012


The branch, master has been updated
       via  c627111eeec6f80e5f66020c7613b4e408d2b193 (commit)
      from  7e1c4328789fc66d6fb7f4840112d89024d00eef (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c627111eeec6f80e5f66020c7613b4e408d2b193
Author: Jeremy C. Reed <jreed at ISC.org>
Date:   Thu Oct 18 10:54:00 2012 -0500

    [master] add missing logger placeholder for RESOLVER_NON_IN_PACKET
    
    See ticket #2366 for details.
    
    Okayed by muks on jabber.
    
    Note that no test checked this and I don't introduce any test
    since I am pretty sure this code will no exist in any production
    version of a resolver (since won't limit IN only).

-----------------------------------------------------------------------

Summary of changes:
 src/bin/resolver/resolver_messages.mes |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/resolver/resolver_messages.mes b/src/bin/resolver/resolver_messages.mes
index 34a97ae..214519b 100644
--- a/src/bin/resolver/resolver_messages.mes
+++ b/src/bin/resolver/resolver_messages.mes
@@ -108,7 +108,7 @@ This error is issued when a resolver configuration update has specified
 a negative retry count: only zero or positive values are valid.  The
 configuration update was abandoned and the parameters were not changed.
 
-% RESOLVER_NON_IN_PACKET non-IN class request received, returning REFUSED message
+% RESOLVER_NON_IN_PACKET non-IN class (%1) request received, returning REFUSED message
 This debug message is issued when resolver has received a DNS packet that
 was not IN (Internet) class.  The resolver cannot handle such packets,
 so is returning a REFUSED response to the sender.



More information about the bind10-changes mailing list