bind9/bin/plugins
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
..
filter-a.c standardize CHECK and RETERR macros 2025-12-03 13:26:28 -08:00
filter-a.rst Hyperlink program names to their manual pages 2022-03-14 10:46:36 +01:00
filter-aaaa.c standardize CHECK and RETERR macros 2025-12-03 13:26:28 -08:00
filter-aaaa.rst clean up some deprecated/obsolete options and doc 2023-02-10 09:52:27 -08:00
meson.build add synthrecord plugin documentation 2025-10-01 12:16:05 +02:00
synthrecord.c switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
synthrecord.rst make "origin" optional for forward zones 2025-10-01 12:16:05 +02:00