mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
replace all instances of the pattern:
result = <statement>
if (result != ISC_R_SUCCESS) {
goto cleanup;
}
with:
CHECK(<statement>);
|
||
|---|---|---|
| .. | ||
| dns | ||
| isc | ||
| isccc | ||
| isccfg | ||
| ns | ||
| .gitignore | ||
| meson.build | ||