From: Stephen Morris Date: Fri, 12 Aug 2016 16:41:24 +0000 (+0100) Subject: [4489] Correct error in the declaration of MySqlHostIpv6Exchange::iaid_ X-Git-Tag: trac4631_base~9^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7c4240dd822e5c2d4e98d1c904e3cc475bd0e53;p=thirdparty%2Fkea.git [4489] Correct error in the declaration of MySqlHostIpv6Exchange::iaid_ --- diff --git a/src/lib/dhcpsrv/mysql_host_data_source.cc b/src/lib/dhcpsrv/mysql_host_data_source.cc index 34d5f7c9a4..96ef41f9f0 100644 --- a/src/lib/dhcpsrv/mysql_host_data_source.cc +++ b/src/lib/dhcpsrv/mysql_host_data_source.cc @@ -1275,7 +1275,7 @@ private: uint8_t prefix_len_; /// @brief IAID. - uint8_t iaid_; + uint32_t iaid_; /// @name Indexes of columns holding information about IPv6 reservations. //@{