mirror of
https://github.com/genesi/linux-legacy.git
synced 2026-09-06 14:57:47 +00:00
As ip6_route_output() never returns NULL, error checking must be done by looking at dst->error in stead of comparing dst against NULL. Signed-off-by: Ville Nuorvala <vnuorval@tcs.hut.fi> Signed-off-by: David S. Miller <davem@davemloft.net>