]> granicus.if.org Git - pdns/commitdiff
teach TCP to ignore the addDelay() infra for now
authorbert hubert <bert.hubert@netherlabs.nl>
Fri, 5 Jun 2015 21:41:37 +0000 (23:41 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Fri, 5 Jun 2015 21:41:37 +0000 (23:41 +0200)
pdns/dnsdist-tcp.cc

index c35d82e3743ed881fab2bbe5bccdb4380e0dca1f..0fc17d1755f201ecc3ea7a8973cc3490a30b4b5e 100644 (file)
@@ -143,6 +143,7 @@ void* tcpClientThread(int pipefd)
          break;
        case DNSAction::Action::Allow:
        case DNSAction::Action::None:
+       case DNSAction::Action::Delay:
          break;
        }