ip_gre: Fix bug added to ipgre_tunnel_xmit().
authorDavid S. Miller <davem@davemloft.net>
Tue, 24 Jan 2012 23:23:30 +0000 (18:23 -0500)
committerDavid S. Miller <davem@davemloft.net>
Tue, 24 Jan 2012 23:23:30 +0000 (18:23 -0500)
We can remove the rt_gateway == 0 check but we shouldn't
remove the 'dst' initialization too.

Noticed by Eric Dumazet.

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

No differences found