diff options
Diffstat (limited to 'net/ipv4/arp.c')
-rw-r--r-- | net/ipv4/arp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/arp.c b/net/ipv4/arp.c index 6f0827b2b154..b2c19cb12063 100644 --- a/net/ipv4/arp.c +++ b/net/ipv4/arp.c | |||
@@ -402,7 +402,6 @@ static int arp_ignore(struct in_device *in_dev, __be32 sip, __be32 tip) | |||
402 | case 3: /* Do not reply for scope host addresses */ | 402 | case 3: /* Do not reply for scope host addresses */ |
403 | sip = 0; | 403 | sip = 0; |
404 | scope = RT_SCOPE_LINK; | 404 | scope = RT_SCOPE_LINK; |
405 | in_dev = NULL; | ||
406 | break; | 405 | break; |
407 | case 4: /* Reserved */ | 406 | case 4: /* Reserved */ |
408 | case 5: | 407 | case 5: |