BIND 10 trac1228, updated. 05d4deb643271e0f0b0dcfb22809714086d50788 Fix for pkt4 unittest, introduced in 1226.

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Nov 2 15:55:01 UTC 2011


The branch, trac1228 has been updated
       via  05d4deb643271e0f0b0dcfb22809714086d50788 (commit)
      from  66bb38a4d0cf296f48181d624d22b1074688de38 (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 05d4deb643271e0f0b0dcfb22809714086d50788
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 322e867..c89743f 100644
--- a/src/lib/dhcp/tests/pkt4_unittest.cc
+++ b/src/lib/dhcp/tests/pkt4_unittest.cc
@@ -183,7 +183,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