BIND 10 trac2726, updated. 056ca56102ee79dbc19629cdc6720d864b7a7e8d [2726] Add missing constructor
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jun 12 09:28:12 UTC 2013
The branch, trac2726 has been updated
via 056ca56102ee79dbc19629cdc6720d864b7a7e8d (commit)
from 797308ff2aedadc0281c8ca9c84daaa3c6d6d42c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 056ca56102ee79dbc19629cdc6720d864b7a7e8d
Author: Michal 'vorner' Vaner <vorner at vorner.cz>
Date: Wed Jun 12 11:27:55 2013 +0200
[2726] Add missing constructor
-----------------------------------------------------------------------
Summary of changes:
src/lib/testutils/mockups.h | 2 ++
1 file changed, 2 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/lib/testutils/mockups.h b/src/lib/testutils/mockups.h
index 58b39ee..00c2dcd 100644
--- a/src/lib/testutils/mockups.h
+++ b/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;
More information about the bind10-changes
mailing list