From: Tomek Mrugalski Date: Sun, 26 Jan 2020 19:52:05 +0000 (+0100) Subject: [#1064] Minor typo corrected X-Git-Tag: Kea-1.7.4~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d49218fdd88dbaeb2e2e9d113e12da0503a591d;p=thirdparty%2Fkea.git [#1064] Minor typo corrected --- diff --git a/src/hooks/dhcp/bootp/bootp_callouts.cc b/src/hooks/dhcp/bootp/bootp_callouts.cc index 9a035688a5..7a3fda37ec 100644 --- a/src/hooks/dhcp/bootp/bootp_callouts.cc +++ b/src/hooks/dhcp/bootp/bootp_callouts.cc @@ -22,7 +22,7 @@ using namespace isc::stats; namespace { // DHCP Specific options listed in RFC 1533 section 9 and with a code name -// beginning by DH0_DHCP_. +// beginning by DHO_DHCP_. const std::vector DHCP_SPECIFIC_OPTIONS = { DHO_DHCP_REQUESTED_ADDRESS, DHO_DHCP_LEASE_TIME,