mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-25 02:47:54 -04:00
replace all instances of the pattern:
result = <statement>
if (result != ISC_R_SUCCESS) {
goto cleanup;
}
with:
CHECK(<statement>);
|
||
|---|---|---|
| .. | ||
| startperf | ||
| system | ||
| testdata/wire | ||
| .gitignore | ||
| meson.build | ||
| test_client.c | ||
| test_server.c | ||