From 12ca532453f83d5b9c1920563164d114bf8232b1 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 2 Mar 2021 13:51:23 +0100 Subject: [PATCH] dnsdist: Remove forgotten warning about source interface selection --- pdns/dnsdistdist/dnsdist-tcp-downstream.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/pdns/dnsdistdist/dnsdist-tcp-downstream.cc b/pdns/dnsdistdist/dnsdist-tcp-downstream.cc index 204717950a..770cfa6d09 100644 --- a/pdns/dnsdistdist/dnsdist-tcp-downstream.cc +++ b/pdns/dnsdistdist/dnsdist-tcp-downstream.cc @@ -52,7 +52,6 @@ IOState TCPConnectionToBackend::sendQuery(std::shared_ptrgetDS()->getName()<<" over FD "<d_handler->getDescriptor()); -#warning FIXME: TODO: this drops 1/ source selection other than SO_BINDTODEVICE, perhaps we should look into IP_SENDIF? IOState state = conn->d_handler->tryWrite(conn->d_currentQuery.d_buffer, conn->d_currentPos, conn->d_currentQuery.d_buffer.size()); if (state != IOState::Done) { -- 2.47.2