mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-25 06:02:08 +00: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…
Reference in New Issue
Block a user