]> git.ipfire.org Git - thirdparty/bind9.git/commit
deduplicate result codes
authorEvan Hunt <each@isc.org>
Thu, 9 Jan 2025 04:13:34 +0000 (20:13 -0800)
committerEvan Hunt <each@isc.org>
Thu, 23 Jan 2025 23:54:57 +0000 (15:54 -0800)
commit314741fcd01e76be92c5e3918c6fb72ee9cc9b0a
tree18ce1f8779f09fa6cc78efaab1d9cef87e49ff8f
parenta19f6c66549dc2ab5754bbfb2231a0718b34f465
deduplicate result codes

ISCCC_R_SYNTAX, ISCCC_R_EXPIRED, and ISCCC_R_CLOCKSKEW have the
same usage and text formats as DNS_R_SYNTAX, DNS_R_EXPIRED and
DNS_R_CLOCKSCREW respectively. this was originally done because
result codes were defined in separate libraries, and some tool
might be linked with libisccc but not libdns. as the result codes
are now defined in only one place, there's no need to retain the
duplicates.
bin/named/controlconf.c
lib/isc/include/isc/result.h
lib/isc/result.c
lib/isccc/cc.c