]> git.ipfire.org Git - thirdparty/bind9.git/commit
clean up result codes that are never used
authorEvan Hunt <each@isc.org>
Wed, 8 Jan 2025 23:41:55 +0000 (15:41 -0800)
committerEvan Hunt <each@isc.org>
Thu, 23 Jan 2025 23:54:57 +0000 (15:54 -0800)
commita19f6c66549dc2ab5754bbfb2231a0718b34f465
treef15e2e2300f7b6ab8f4086836879a666f77b739b
parent70e3d9139606218a35c8c45041d246382620c81f
clean up result codes that are never used

the following result codes are obsolete and have been removed
from result.h and result.c:

        - ISC_R_NOTHREADS
        - ISC_R_BOUND
        - ISC_R_NOTBOUND
        - ISC_R_NOTDIRECTORY
        - ISC_R_EMPTY
        - ISC_R_NOTBLOCKING
        - ISC_R_INPROGRESS
        - ISC_R_WOULDBLOCK

        - DNS_R_TOOMANYHOPS
        - DNS_R_NOREDATA
        - DNS_R_BADCKSUM
        - DNS_R_MOREDATA
        - DNS_R_NOVALIDDS
        - DNS_R_UNKNOWNOPT
        - DNS_R_NOVALIDKEY
        - DNS_R_NTACOVERED

        - DST_R_COMPUTESECRETFAILURE
        - DST_R_NORANDOMNESS
        - DST_R_NOCRYPTO
lib/dns/include/dns/message.h
lib/dns/result.c
lib/isc/include/isc/result.h
lib/isc/result.c