2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[#691,!395] Removed debug leftovers from ha service.

This commit is contained in:
Marcin Siodelski
2019-06-26 20:00:53 +02:00
committed by Thomas Markwalder
parent 2278a9ad85
commit d05ce7e648

View File

@@ -1622,9 +1622,6 @@ HAService::verifyAsyncResponse(const HttpResponsePtr& response) {
bool
HAService::clientConnectHandler(const boost::system::error_code& ec, int tcp_native_fd) {
if (!ec || (ec.value() == boost::asio::error::in_progress)) {
if (ec && (ec.value() == boost::asio::error::in_progress)) {
std::cout << "connect in_progress : " << tcp_native_fd << std::endl;
}
if (tcp_native_fd < 0) {
// This really should not be possible, but just in case.