mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-08-05 22:56:57 +02: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
@ -854,7 +854,6 @@ static void dump_crtlist_conf(struct buffer *buf, const struct ssl_bind_conf *co
|
|||||||
char *ptr = conf->npn_str;
|
char *ptr = conf->npn_str;
|
||||||
int comma = 0;
|
int comma = 0;
|
||||||
|
|
||||||
if (space) chunk_appendf(buf, " ");
|
|
||||||
chunk_appendf(buf, "npn ");
|
chunk_appendf(buf, "npn ");
|
||||||
while (len) {
|
while (len) {
|
||||||
unsigned short size;
|
unsigned short size;
|
||||||
|
Loading…
Reference in New Issue
Block a user