Commit 85e3c3e1 authored by David S. Miller's avatar David S. Miller

Merge nuts.davemloft.net:/disk1/BK/network-2.6

into nuts.davemloft.net:/disk1/BK/net-2.6
parents 1be793bd 6ebb0d4d
......@@ -966,6 +966,11 @@ static int __init ic_bootp_recv(struct sk_buff *skb, struct net_device *dev, str
break;
case DHCPACK:
for (i = 0; (dev->dev_addr[i] == b->hw_addr[i])
&& (i < dev->addr_len); i++);
if (i < dev->addr_len)
goto drop_unlock;
/* Yeah! */
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment