bind9/bin/tests/system/dlzexternal/driver
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
..
driver.c switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
driver.h Update the copyright information in all files in the repository 2022-01-11 09:05:02 +01:00