BIND 10 master, updated. f0b494fa3a9ead7321864d5f28c81092226fabf0 [master] Change default value of rcode_ to -1
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jul 24 20:41:22 UTC 2013
The branch, master has been updated
via f0b494fa3a9ead7321864d5f28c81092226fabf0 (commit)
from fc5e5746a148b1194f5a4d623bb96d1a8d9f085c (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 f0b494fa3a9ead7321864d5f28c81092226fabf0
Author: Mukund Sivaraman <muks at isc.org>
Date: Thu Jul 25 00:50:24 2013 +0530
[master] Change default value of rcode_ to -1
This is because the tests which come later check if it has been set
to 0.
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp4/tests/dhcp4_srv_unittest.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc b/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
index 2cdf900..0251991 100644
--- a/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
+++ b/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc
@@ -194,7 +194,7 @@ public:
/// Initializes common objects used in many tests.
/// Also sets up initial configuration in CfgMgr.
Dhcpv4SrvTest() :
- rcode_(0)
+ rcode_(-1)
{
subnet_ = Subnet4Ptr(new Subnet4(IOAddress("192.0.2.0"), 24, 1000,
2000, 3000));
More information about the bind10-changes
mailing list