Skip to content

Commit

Permalink
Disable confirm message, handled incorrectly
Browse files Browse the repository at this point in the history
  • Loading branch information
juhovh committed Dec 8, 2010
1 parent 99fcd2e commit 3ee2bfa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dhcpv6.c
Expand Up @@ -527,7 +527,6 @@ ProcessDHCPv6 (TapAdapterPointer p_Adapter,
if (dhcp6->type == DHCPV6_SOLICIT)
response_type = DHCPV6_ADVERTISE;
else if (dhcp6->type == DHCPV6_REQUEST ||
dhcp6->type == DHCPV6_CONFIRM ||
dhcp6->type == DHCPV6_RENEW)
response_type = DHCPV6_REPLY;
else
Expand Down

0 comments on commit 3ee2bfa

Please sign in to comment.