mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
Compilation fix for Solaris 10 (in pkt6.cc)
This commit is contained in:
@@ -27,7 +27,7 @@ namespace dhcp {
|
||||
|
||||
Pkt6::Pkt6(const uint8_t* buf, uint32_t buf_len, DHCPv6Proto proto /* = UDP */) :
|
||||
proto_(proto),
|
||||
msg_type_(-1),
|
||||
msg_type_(0),
|
||||
transid_(rand()%0xffffff),
|
||||
iface_(""),
|
||||
ifindex_(-1),
|
||||
|
Reference in New Issue
Block a user