mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-22 18:17:05 -04:00
replace all instances of the pattern:
result = <statement>
if (result != ISC_R_SUCCESS) {
return result;
}
with:
RETERR(<statement>);
|
||
|---|---|---|
| .. | ||
| dns.c | ||
| isc.c | ||
| ns.c | ||
| qp.c | ||