mirror of
https://github.com/haproxy/haproxy.git
synced 2026-06-08 16:23:24 -04:00
CLEANUP: ssl: remove printf in bind_parse_ignore_err
Remove debug printf. No backport needed.
This commit is contained in:
parent
913bea55fc
commit
380085dfc1
1 changed files with 0 additions and 1 deletions
|
|
@ -856,7 +856,6 @@ static int bind_parse_ignore_err(char **args, int cur_arg, struct proxy *px, str
|
|||
s1 = str;
|
||||
while ((token = strtok_r(s1, ",", &s2))) {
|
||||
s1 = NULL;
|
||||
printf("token: %s\n", token);
|
||||
if (isdigit((int)*token)) {
|
||||
code = atoi(token);
|
||||
if ((code <= 0) || (code > SSL_MAX_VFY_ERROR_CODE)) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue