]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Pacify Coverity (CID #1598300)
authorNick Porter <nick@portercomputing.co.uk>
Tue, 11 Jun 2024 09:42:03 +0000 (10:42 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 11 Jun 2024 09:42:03 +0000 (10:42 +0100)
src/lib/unlang/xlat_expr.c

index f4ff9ac8a224a898c59240e6bdc8ae8feee70a11..78b954ce2448be3a0e3ca0a1668066338f90f475 100644 (file)
@@ -1635,6 +1635,7 @@ static xlat_action_t xlat_func_expr_rcode(TALLOC_CTX *ctx, fr_dcursor_t *out,
 /** Takes no arguments
  */
 static xlat_arg_parser_t const xlat_func_rcode_arg[] = {
+       XLAT_ARG_PARSER_TERMINATOR,     /* Coverity gets tripped up by only having a single entry here */
        XLAT_ARG_PARSER_TERMINATOR
 };