Parcourir la source

[4489] Correct error in the declaration of MySqlHostIpv6Exchange::iaid_

Stephen Morris il y a 8 ans
Parent
commit
e7c4240dd8
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dhcpsrv/mysql_host_data_source.cc

+ 1 - 1
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.
     //@{