From: Francis Dupont Date: Fri, 28 Dec 2007 11:19:09 +0000 (+0000) Subject: Oops, typo in the previous commit X-Git-Tag: v4_1_0a1~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=640de8ed023faa400fb61175ffc10308872f7f4b;p=thirdparty%2Fdhcp.git Oops, typo in the previous commit --- diff --git a/server/dhcpv6.c b/server/dhcpv6.c index a04abdbf1..6a34a9654 100644 --- a/server/dhcpv6.c +++ b/server/dhcpv6.c @@ -1182,7 +1182,7 @@ lease_to_client(struct data_string *reply_ret, * Server DUID. * Client DUID. */ - reply.msg_type = DHCPV6_ADVERTISE; + reply.buf.reply.msg_type = DHCPV6_ADVERTISE; reply.cursor += store_options6((char *)reply.buf.data + reply.cursor, sizeof(reply.buf) -