mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 05:27:55 +00:00
Compilation fix for Solaris 10 (in pkt6.cc)
This commit is contained in:
parent
fad2e0dab8
commit
c09c891d2c
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user