]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ipv4: Remove redundant assignment
authorLin Ming <mlin@ss.pku.edu.cn>
Mon, 23 Jul 2012 04:11:21 +0000 (04:11 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 23 Jul 2012 20:00:54 +0000 (13:00 -0700)
commit8fe5cb873b7ef7f4fa49477455e8f2e3d555230e
treefbe339035f8a8ef6af443a93ec047455cb1ffe83
parent06b6a1cf6e776426766298d055bb3991957d90a7
ipv4: Remove redundant assignment

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 <mlin@ss.pku.edu.cn>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_frontend.c