mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-26 14:42:21 +00: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
@ -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 New Issue
Block a user