Fix end pointer passed from dhcpv6_handle_reply() to dhcpv6_parse_ia()
authorBen Hutchings <ben@decadent.org.uk>
Thu, 28 Jan 2016 22:45:39 +0000 (22:45 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Thu, 28 Jan 2016 22:50:04 +0000 (22:50 +0000)
commitc47e4f59ef87ef94b84023e260bfadd9df6e5a82
tree9aeacace0554e1adaf22b23fe9b3031836cac3f6
parent1801580e39ceac0d7fec7adef892763c4da56906
Fix end pointer passed from dhcpv6_handle_reply() to dhcpv6_parse_ia()

The end of the IA option is odata + olen; there's no need to add anything.

Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
src/dhcpv6.c