Re: [systemd-devel] [PATCH] sd-dhcp6-client: fix off-by-two error in DUID length

2014-11-01 Thread Zbigniew Jędrzejewski-Szmek
On Fri, Oct 31, 2014 at 12:20:21PM -0500, Dan Williams wrote: 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. Applied. Zbyszek ___ systemd-devel mailing list

[systemd-devel] [PATCH] sd-dhcp6-client: fix off-by-two error in DUID length

2014-10-31 Thread Dan Williams
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. --- src/libsystemd-network/sd-dhcp6-client.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/libsystemd-network/sd-dhcp6-client.c