[IPV4] nl_fib_lookup: Initialise res.r before fib_res_put(&res)
authorSergey Vlasov <vsu@altlinux.ru>
Fri, 27 Apr 2007 09:17:19 +0000 (02:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Apr 2007 09:17:19 +0000 (02:17 -0700)
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>

No differences found