diff --git a/src/ssl_ckch.c b/src/ssl_ckch.c index 9d7775ae0..da982405a 100644 --- a/src/ssl_ckch.c +++ b/src/ssl_ckch.c @@ -2710,6 +2710,7 @@ static int cli_io_handler_commit_cafile_crlfile(struct appctx *appctx) path = crlfile_transaction.path; break; default: + path = NULL; goto error; }