]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Get rid of type 'RESERVED0'.
authorMark Andrews <marka@isc.org>
Thu, 13 Aug 2020 03:59:32 +0000 (13:59 +1000)
committerMark Andrews <marka@isc.org>
Thu, 13 Aug 2020 13:06:55 +0000 (23:06 +1000)
lib/dns/gen.c

index 553228409ab3665b09c9606e14217e8ada1aef8a..453cb66ce8454f88f40945029defc3336115a370 100644 (file)
@@ -779,7 +779,6 @@ main(int argc, char **argv) {
                 * Add in reserved/special types.  This will let us
                 * sort them without special cases.
                 */
-               insert_into_typenames(0, "reserved0", RESERVED);
                insert_into_typenames(100, "uinfo", RESERVEDNAME);
                insert_into_typenames(101, "uid", RESERVEDNAME);
                insert_into_typenames(102, "gid", RESERVEDNAME);