BIND 10 trac2749, updated. 6b3bc78d60e4d8a430d8e9c2ad45c53930af2c7b [2749] Minor comment change.

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Jan 27 16:06:22 UTC 2014


The branch, trac2749 has been updated
       via  6b3bc78d60e4d8a430d8e9c2ad45c53930af2c7b (commit)
      from  1685d98e142c2b5915d19bf17f4029459a922321 (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 6b3bc78d60e4d8a430d8e9c2ad45c53930af2c7b
Author: Stephen Morris <stephen at isc.org>
Date:   Mon Jan 27 16:03:48 2014 +0000

    [2749] Minor comment change.

-----------------------------------------------------------------------

Summary of changes:
 src/bin/dhcp6/dhcp6_srv.cc |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/dhcp6_srv.cc b/src/bin/dhcp6/dhcp6_srv.cc
index 10f6bb4..111ea59 100644
--- a/src/bin/dhcp6/dhcp6_srv.cc
+++ b/src/bin/dhcp6/dhcp6_srv.cc
@@ -604,8 +604,7 @@ Dhcpv6Srv::generateServerID() {
         seconds -= DUID_TIME_EPOCH;
 
         OptionBuffer srvid(8 + iface->getMacLen());
-        // We know that the buffer is at least 8 bytes long at this
-        // point.
+        // We know that the buffer is more than 8 bytes long at this point.
         writeUint16(DUID::DUID_LLT, &srvid[0], 2);
         writeUint16(HWTYPE_ETHERNET, &srvid[2], 2);
         writeUint32(static_cast<uint32_t>(seconds), &srvid[4], 4);



More information about the bind10-changes mailing list