Browse Source

[2726] Add missing constructor

Michal 'vorner' Vaner 12 years ago
parent
commit
056ca56102
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/testutils/mockups.h

+ 2 - 0
src/lib/testutils/mockups.h

@@ -115,6 +115,8 @@ private:
 // to addServerXXX methods so the test code subsequently checks the parameters.
 class MockDNSService : public isc::asiodns::DNSServiceBase {
 public:
+    MockDNSService() : tcp_recv_timeout_(0) {}
+
     // A helper tuple of parameters passed to addServerUDPFromFD().
     struct UDPFdParams {
         int fd;