]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2749] Minor comment change.
authorStephen Morris <stephen@isc.org>
Mon, 27 Jan 2014 16:03:48 +0000 (16:03 +0000)
committerStephen Morris <stephen@isc.org>
Mon, 27 Jan 2014 16:03:48 +0000 (16:03 +0000)
src/bin/dhcp6/dhcp6_srv.cc

index 10f6bb47bcfe75795147564c9f4b1aad2acfbff3..111ea59b1935ec3498f26fc037df4c7bb041b929 100644 (file)
@@ -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);