ipv4: Remove unnecessary test from ip_mkroute_input()
authorDavid S. Miller <davem@davemloft.net>
Fri, 11 Mar 2011 00:23:24 +0000 (16:23 -0800)
committerDavid S. Miller <davem@davemloft.net>
Fri, 11 Mar 2011 01:01:01 +0000 (17:01 -0800)
fl->oif will always be zero on the input path, so there is no reason
to test for that.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found