]> 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 14:21:23 +0000 (00:21 +1000)
(cherry picked from commit 3c492b3ef1438bf39a78c1925c946187823b519c)

lib/dns/gen.c

index fe6fef0de2fa2135ac725382ec3a289d1f80c89e..919050e79fba82062c375579c35c9c37eead51b8 100644 (file)
@@ -769,7 +769,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);