mirror of
https://github.com/haproxy/haproxy.git
synced 2026-05-28 04:12:17 -04: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
1 changed files with 0 additions and 6 deletions
|
|
@ -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 a new issue