bind9/lib/isccc
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
..
include Refactor and simplify isc_symtab 2025-02-17 11:43:19 +01:00
alist.c Apply the changes from updated set_if_not_null semantic patch 2025-10-08 17:44:50 +02:00
base64.c switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
cc.c switch to RETERR where it wasn't being used 2025-12-03 13:45:43 -08:00
ccmsg.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00
meson.build replace the build system with meson 2025-06-11 10:30:12 +03:00
sexpr.c Remove redundant parentheses from the return statement 2024-11-19 12:27:22 +01:00