Remove one INET dependency by calling the general

AF agnostic version for doing the routing lookup.

Reviewed by:	kmacy
This commit is contained in:
Bjoern A. Zeeb 2009-06-09 09:50:43 +00:00
parent 78c7c6adbc
commit c2f16e371e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=193820

View File

@ -407,7 +407,7 @@ static void
in_rtalloc_ign_wrapper(struct route *ro, uint32_t hash, u_int fib)
{
in_rtalloc_ign(ro, 0, fib);
rtalloc_ign_fib(ro, 0, fib);
}
#endif