commit | 4251320fa2ef93207fbefeb2eda2d265b84fc116 | [log] [tgz] |
---|---|---|
author | Ville Nuorvala <vnuorval@tcs.hut.fi> | Mon Oct 16 22:10:05 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 18 19:55:27 2006 -0700 |
tree | 7d322c9d541f24df4fedc38e964aa906226b52ad | |
parent | 23c435f7ff884caded4a1391ba2b308d465423c0 [diff] |
[IPV6]: Make sure error handling is done when calling ip6_route_output(). 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>