mirror of
https://gitlab.isc.org/isc-projects/bind9.git
synced 2025-12-20 00:55:29 +08:00
replace all instances of the pattern:
result = <statement>
if (result != ISC_R_SUCCESS) {
return result;
}
with:
RETERR(<statement>);