From: Nick Porter Date: Tue, 11 Jun 2024 09:42:03 +0000 (+0100) Subject: Pacify Coverity (CID #1598300) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a69270a8525e04c0ff689cb0e68d01b8725fce72;p=thirdparty%2Ffreeradius-server.git Pacify Coverity (CID #1598300) --- diff --git a/src/lib/unlang/xlat_expr.c b/src/lib/unlang/xlat_expr.c index f4ff9ac8a22..78b954ce244 100644 --- a/src/lib/unlang/xlat_expr.c +++ b/src/lib/unlang/xlat_expr.c @@ -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 };