mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 14:35:26 +00:00
1859. [func] Add support for CH A record. [RT #14695]
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: gen.c,v 1.75 2005/04/29 00:22:46 marka Exp $ */
|
||||
/* $Id: gen.c,v 1.76 2005/06/04 00:18:53 marka Exp $ */
|
||||
|
||||
/*! \file */
|
||||
|
||||
@@ -831,13 +831,10 @@ main(int argc, char **argv) {
|
||||
} while (0)
|
||||
|
||||
for (cc = classes; cc != NULL; cc = cc->next) {
|
||||
if (cc->rdclass == 4) {
|
||||
PRINTCLASS("ch", 3);
|
||||
if (cc->rdclass == 3)
|
||||
PRINTCLASS("chaos", 3);
|
||||
|
||||
} else if (cc->rdclass == 255) {
|
||||
else if (cc->rdclass == 255)
|
||||
PRINTCLASS("none", 254);
|
||||
}
|
||||
PRINTCLASS(cc->classname, cc->rdclass);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user