mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 13:10:00 -04:00
replace all instances of the pattern:
result = <statement>
if (result != ISC_R_SUCCESS) {
return result;
}
with:
RETERR(<statement>);
|
||
|---|---|---|
| .. | ||
| driver.c | ||
| driver.h | ||