diff --git a/src/quic_conn.c b/src/quic_conn.c index bf272c14fa..bf0581cfc1 100644 --- a/src/quic_conn.c +++ b/src/quic_conn.c @@ -7833,6 +7833,7 @@ static void cli_release_show_quic(struct appctx *appctx) static struct cli_kw_list cli_kws = {{ }, { { { "show", "quic", NULL }, "show quic : display quic connections status", cli_parse_show_quic, cli_io_handler_dump_quic, cli_release_show_quic }, + {{},} }}; INITCALL1(STG_REGISTER, cli_register_kw, &cli_kws);