CLEANUP: checks: Remove unused code when ldap server message is parsed
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 28 Apr 2020 08:29:04 +0000 (10:29 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 28 Apr 2020 08:29:14 +0000 (10:29 +0200)
commitef3e69d4c4c1aa47a9df2e829312308bcccac2a7
tree0cfebbe89e459468c4a73ddc7354c60c4c1aeffe
parent733dd73443b75143944e566f698014c6c8a522b5
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.
src/checks.c