mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-23 10:37:43 -04:00
replace all instances of the pattern:
result = <statement>
if (result != ISC_R_SUCCESS) {
return result;
}
with:
RETERR(<statement>);
|
||
|---|---|---|
| .. | ||
| filter-a.c | ||
| filter-a.rst | ||
| filter-aaaa.c | ||
| filter-aaaa.rst | ||
| meson.build | ||
| synthrecord.c | ||
| synthrecord.rst | ||