bind9/tests/libtest
Evan Hunt 6b33b7fc77 switch to RETERR where it wasn't being used
replace all instances of the pattern:

        result = <statement>
        if (result != ISC_R_SUCCESS) {
                return result;
        }

with:

        RETERR(<statement>);
2025-12-03 13:45:43 -08:00
..
dns.c switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
isc.c Change the 'isc_g_mctx' to be always available 2025-08-04 11:29:50 +02:00
ns.c switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
qp.c Use ControlStatementsExceptControlMacros for SpaceBeforeParens 2025-08-19 07:58:33 +02:00