diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-06-09 09:50:43 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2009-06-09 09:50:43 +0000 |
| commit | c2f16e371ea80eabfac5aa44c6d9a78a3a605e69 (patch) | |
| tree | 0b84212d3e4b5ba762329a43e4624b4a4cc5bf74 /sys/net/flowtable.c | |
| parent | 78c7c6adbc03e8b6d2998ea699ff9c1940407399 (diff) | |
Notes
Diffstat (limited to 'sys/net/flowtable.c')
| -rw-r--r-- | sys/net/flowtable.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/flowtable.c b/sys/net/flowtable.c index 14561383f933..63d282293560 100644 --- a/sys/net/flowtable.c +++ b/sys/net/flowtable.c @@ -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 |
