2
0
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:
Tomek Mrugalski 2012-05-10 09:51:28 +02:00
parent fad2e0dab8
commit c09c891d2c

View File

@ -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),