mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-26 20:33:29 -04:00
CLEANUP: checks: Remove unused code when ldap server message is parsed
In tcpcheck_ldap_expect_bindrsp(), wait_more_data label cannot be reached. Partly fixes issue #600.
This commit is contained in:
parent
733dd73443
commit
ef3e69d4c4
1 changed files with 0 additions and 4 deletions
|
|
@ -1353,10 +1353,6 @@ static enum tcpcheck_eval_ret tcpcheck_ldap_expect_bindrsp(struct check *check,
|
|||
tcpcheck_expect_onerror_message(msg, check, rule, 0, desc);
|
||||
set_server_check_status(check, status, (msg ? b_head(msg) : NULL));
|
||||
goto out;
|
||||
|
||||
wait_more_data:
|
||||
ret = TCPCHK_EVAL_WAIT;
|
||||
goto out;
|
||||
}
|
||||
|
||||
/* Custom tcp-check expect function to parse and validate the SPOP hello agent
|
||||
|
|
|
|||
Loading…
Reference in a new issue