mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-12-10 12:11:28 +01: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
@ -856,7 +856,6 @@ static int bind_parse_ignore_err(char **args, int cur_arg, struct proxy *px, str
|
|||||||
s1 = str;
|
s1 = str;
|
||||||
while ((token = strtok_r(s1, ",", &s2))) {
|
while ((token = strtok_r(s1, ",", &s2))) {
|
||||||
s1 = NULL;
|
s1 = NULL;
|
||||||
printf("token: %s\n", token);
|
|
||||||
if (isdigit((int)*token)) {
|
if (isdigit((int)*token)) {
|
||||||
code = atoi(token);
|
code = atoi(token);
|
||||||
if ((code <= 0) || (code > SSL_MAX_VFY_ERROR_CODE)) {
|
if ((code <= 0) || (code > SSL_MAX_VFY_ERROR_CODE)) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user