From: Pieter Lexis Date: Thu, 21 Feb 2019 11:17:22 +0000 (+0100) Subject: Revert "REVERT ME: remove test that fails compilation" X-Git-Tag: dnsdist-1.4.0-alpha1~46^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b77d409f9d1dbc0130f8e3f47cf98a5551ab10c;p=thirdparty%2Fpdns.git Revert "REVERT ME: remove test that fails compilation" This reverts commit 6eb4daca9c71804e4acdf31ac31ea6ad2541a01e. --- diff --git a/pdns/speedtest.cc b/pdns/speedtest.cc index aa37895c1b..3f923cb1bd 100644 --- a/pdns/speedtest.cc +++ b/pdns/speedtest.cc @@ -588,7 +588,6 @@ struct ParsePacketTest void operator()() const { -#if 0 MOADNSParser mdp(false, (const char*)&*d_packet.begin(), d_packet.size()); typedef map, set, TCacheComp > tcache_t; tcache_t tcache; @@ -609,7 +608,7 @@ struct ParsePacketTest lwr.d_result.push_back(rr); } -#endif + } const vector& d_packet; std::string d_name;