Browse Source

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

Stephen Morris 8 years ago
parent
commit
e7c4240dd8
1 changed files with 1 additions and 1 deletions
  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.
     //@{