xfrm: fix __xfrm_route_forward()
authorEric Dumazet <eric.dumazet@gmail.com>
Tue, 15 Mar 2011 22:26:43 +0000 (15:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 15 Mar 2011 22:26:43 +0000 (15:26 -0700)
This function should return 0 in case of error, 1 if OK
commit 452edd598f60522 (xfrm: Return dst directly from xfrm_lookup())
got it wrong.

Reported-and-bisected-by: Michael Smith <msmith@cbnco.com>
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found