diff --git a/src/cli.c b/src/cli.c index c9f2067a7..b7d428d8a 100644 --- a/src/cli.c +++ b/src/cli.c @@ -777,7 +777,7 @@ static int cli_io_handler_show_fd(struct appctx *appctx) struct listener *li = NULL; struct server *sv = NULL; struct proxy *px = NULL; - struct mux_ops *mux = NULL; + const struct mux_ops *mux = NULL; void *ctx = NULL; uint32_t conn_flags = 0;