mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-24 19:33:38 -04:00
CLEANUP: ssl/cli: remove unused code in dump_crtlist_conf
This code was never used because space is never define before:
if (space) chunk_appendf(buf, " ");
Should fix issue #2571.
This commit is contained in:
parent
d236b43da7
commit
140078c19d
1 changed files with 0 additions and 1 deletions
|
|
@ -854,7 +854,6 @@ static void dump_crtlist_conf(struct buffer *buf, const struct ssl_bind_conf *co
|
|||
char *ptr = conf->npn_str;
|
||||
int comma = 0;
|
||||
|
||||
if (space) chunk_appendf(buf, " ");
|
||||
chunk_appendf(buf, "npn ");
|
||||
while (len) {
|
||||
unsigned short size;
|
||||
|
|
|
|||
Loading…
Reference in a new issue