From: Stephen Morris Date: Mon, 27 Jan 2014 16:03:48 +0000 (+0000) Subject: [2749] Minor comment change. X-Git-Tag: bind10-1.2.0beta1-release~104^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6b3bc78d60e4d8a430d8e9c2ad45c53930af2c7b;p=thirdparty%2Fkea.git [2749] Minor comment change. --- diff --git a/src/bin/dhcp6/dhcp6_srv.cc b/src/bin/dhcp6/dhcp6_srv.cc index 10f6bb47bc..111ea59b19 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(seconds), &srvid[4], 4);