casecompare of NINFO, TKEY, TXT have wrong return type
They have isc_result_t
instead of int
. It compiles because isc_result_t
is an int, but it should be updated.
They have isc_result_t
instead of int
. It compiles because isc_result_t
is an int, but it should be updated.