BIND 10 master, updated. 1c8dfb0cdb80841bea487ee355ce85c749223810 Fix for pkt4 unittest, introduced in 1226.
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Nov 2 15:05:54 UTC 2011
The branch, master has been updated
via 1c8dfb0cdb80841bea487ee355ce85c749223810 (commit)
from 0613c0e0ebfcc8e3cf37678bd6799889569beb83 (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 1c8dfb0cdb80841bea487ee355ce85c749223810
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Wed Nov 2 16:05:37 2011 +0100
Fix for pkt4 unittest, introduced in 1226.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp/tests/pkt4_unittest.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/tests/pkt4_unittest.cc b/src/lib/dhcp/tests/pkt4_unittest.cc
index 70a7b76..60b4a7d 100644
--- a/src/lib/dhcp/tests/pkt4_unittest.cc
+++ b/src/lib/dhcp/tests/pkt4_unittest.cc
@@ -182,7 +182,7 @@ generateTestPacket2() {
vector<uint8_t> buf(hdr, hdr + sizeof(hdr));
// Append the large header fields.
- copy(dummyMacAddr, dummyMacAddr + Pkt4::MAX_CHADDR_LEN, back_inserter(buf));
+ copy(dummyChaddr, dummyChaddr + Pkt4::MAX_CHADDR_LEN, back_inserter(buf));
copy(dummySname, dummySname + Pkt4::MAX_SNAME_LEN, back_inserter(buf));
copy(dummyFile, dummyFile + Pkt4::MAX_FILE_LEN, back_inserter(buf));
More information about the bind10-changes
mailing list