[systemd-devel] [PATCH 10/24] sd-dhcp6-client: Add basic DHCPv6 option handling
Zbigniew Jędrzejewski-Szmek
zbyszek at in.waw.pl
Wed Jun 18 06:53:20 PDT 2014
On Fri, Jun 13, 2014 at 04:45:00PM +0300, Patrik Flykt wrote:
> + *optvalue = &(*buf)[4];
> + *buflen -= (*optlen + 4);
> + (*buf) += (*optlen + 4);
The parens on the right and left seem strange.
Zbyszek
More information about the systemd-devel
mailing list