]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add description for RES_NO_NIBBLE2
authorMark Andrews <marka@isc.org>
Tue, 13 Apr 2004 06:57:23 +0000 (06:57 +0000)
committerMark Andrews <marka@isc.org>
Tue, 13 Apr 2004 06:57:23 +0000 (06:57 +0000)
lib/bind/resolv/res_debug.c

index 69ca59dfe260df430d4d8e7c39acb8277455059f..c7b61775b6e189088f86b52dff8472444f2f24d3 100644 (file)
@@ -95,7 +95,7 @@
 
 #if defined(LIBC_SCCS) && !defined(lint)
 static const char sccsid[] = "@(#)res_debug.c  8.1 (Berkeley) 6/4/93";
-static const char rcsid[] = "$Id: res_debug.c,v 1.3.2.8 2004/04/10 03:41:33 marka Exp $";
+static const char rcsid[] = "$Id: res_debug.c,v 1.3.2.9 2004/04/13 06:57:23 marka Exp $";
 #endif /* LIBC_SCCS and not lint */
 
 #include "port_before.h"
@@ -625,7 +625,9 @@ p_option(u_long option) {
 #ifdef RES_NOTLDQUERY
        case RES_NOTLDQUERY:    return "no-tld-query";
 #endif
-
+#ifdef RES_NO_NIBBLE2
+       case RES_NO_NIBBLE2:    return "no-nibble2";
+#endif
                                /* XXX nonreentrant */
        default:                sprintf(nbuf, "?0x%lx?", (u_long)option);
                                return (nbuf);