mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-25 10:52:13 -04:00
There's value mismatch between the return type of dns_rrl() that's dns_rrl_result_t and ISC_R_SUCCESS which belongs to isc_result_t. This works incidentally, because DNS_RRL_RESULT_OK == ISC_R_SUCCESS. This would break when we change isc_result_t to be static enum in consecutive commit. Change the value to match the type. |
||
|---|---|---|
| .. | ||
| bind9 | ||
| dns | ||
| irs | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| .gitignore | ||
| Makefile.am | ||
| unit-test-driver.sh.in | ||