Tidy 7f876b64c22b2b18412e2e3d8506ee33e42db7c

This commit is contained in:
Simon Kelley
2018-08-23 23:06:00 +01:00
parent 974a6d087a
commit c5db8f93ec

View File

@@ -1202,7 +1202,7 @@ static int dhcp6_no_relay(struct state *state, int msg_type, void *inbuff, size_
} }
o1 = new_opt6(OPTION6_IAADDR); o1 = new_opt6(OPTION6_IAADDR);
put_opt6(opt6_ptr(ia_option, 0), IN6ADDRSZ); put_opt6(&addr, IN6ADDRSZ);
put_opt6_long(0); put_opt6_long(0);
put_opt6_long(0); put_opt6_long(0);
end_opt6(o1); end_opt6(o1);