chiark / gitweb /
sd-dhcp6-client: fix off-by-two error in DUID length
authorDan Williams <dcbw@redhat.com>
Fri, 31 Oct 2014 17:20:21 +0000 (12:20 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 1 Nov 2014 18:39:47 +0000 (14:39 -0400)
The duid data passed by the caller does not include the DUID type,
but sd_dhcp6_client_set_duid() was treating it like it did.


No differences found