mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-05 13:06:10 +02:00
CLEANUP: ssl: remove dead code in cfg_parse_crtstore()
Remove dead code reported in #2531.
This commit is contained in:
parent
4615cb510c
commit
785d5ef3f0
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user