CLEANUP: ssl: remove dead code in cfg_parse_crtstore()

Remove dead code reported in #2531.
This commit is contained in:
William Lallemand 2024-04-15 09:04:37 +02:00
parent 4615cb510c
commit 785d5ef3f0

View File

@ -4207,12 +4207,6 @@ out:
err_code |= ERR_ABORT;
free(errmsg);
return err_code;
alloc_error:
ha_alert("parsing [%s:%d]: out of memory.\n", file, linenum);
err_code |= ERR_ALERT | ERR_ABORT;
goto out;
}
REGISTER_CONFIG_SECTION("crt-store", cfg_parse_crtstore, NULL);