ipv4: Remove redundant assignment
authorLin Ming <[email protected]>
Mon, 23 Jul 2012 04:11:21 +0000 (04:11 +0000)
committerDavid S. Miller <[email protected]>
Mon, 23 Jul 2012 20:00:54 +0000 (13:00 -0700)
It is redundant to set no_addr and accept_local to 0 and then set them
with other values just after that.

Signed-off-by: Lin Ming <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/ipv4/fib_frontend.c

index f277cf0e63215b68f6767306d955285509d30c16..8732cc7920ed29d9f60a78b80d875628d06cffb2 100644 (file)
@@ -258,7 +258,6 @@ static int __fib_validate_source(struct sk_buff *skb, __be32 src, __be32 dst,
        fl4.flowi4_tos = tos;
        fl4.flowi4_scope = RT_SCOPE_UNIVERSE;
 
-       no_addr = accept_local = 0;
        no_addr = idev->ifa_list == NULL;
 
        accept_local = IN_DEV_ACCEPT_LOCAL(idev);