commit | 912a41a4ab935ce8c4308428ec13fc7f8b1f18f4 | [log] [tgz] |
---|---|---|
author | Sergey Vlasov <vsu@altlinux.ru> | Fri Apr 27 02:17:19 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Apr 27 02:17:19 2007 -0700 |
tree | eb41250e37c65f6af693748a88847a83f641fc49 | |
parent | ebbd90a730711280142017e482f27ec3fbb4f227 [diff] |
[IPV4] nl_fib_lookup: Initialise res.r before fib_res_put(&res) When CONFIG_IP_MULTIPLE_TABLES is enabled, the code in nl_fib_lookup() needs to initialize the res.r field before fib_res_put(&res) - unlike fib_lookup(), a direct call to ->tb_lookup does not set this field. Signed-off-by: Sergey Vlasov <vsu@altlinux.ru> Signed-off-by: David S. Miller <davem@davemloft.net>