commit | 8fe5cb873b7ef7f4fa49477455e8f2e3d555230e | [log] [tgz] |
---|---|---|
author | Lin Ming <mlin@ss.pku.edu.cn> | Mon Jul 23 04:11:21 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 23 13:00:54 2012 -0700 |
tree | fbe339035f8a8ef6af443a93ec047455cb1ffe83 | |
parent | 06b6a1cf6e776426766298d055bb3991957d90a7 [diff] |
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>