diff --git a/src/ssl_crtlist.c b/src/ssl_crtlist.c index 3c94bcf99..3f09c8673 100644 --- a/src/ssl_crtlist.c +++ b/src/ssl_crtlist.c @@ -599,9 +599,6 @@ int crtlist_parse_file(char *file, struct bind_conf *bind_conf, struct proxy *cu } } } - if (cfgerr & ERR_CODE) - goto error; - entry = NULL; }