1
0
Fork 0

[IPV4]: Fix fib_trie.c's args to fib_dump_info().

Signed-off-by: David S. Miller <davem@davemloft.net>
hifive-unleashed-5.1
David S. Miller 2005-06-21 14:43:28 -07:00
parent 047601bf7c
commit 90f66914c8
1 changed files with 1 additions and 1 deletions

View File

@ -1786,7 +1786,7 @@ static int fn_trie_dump_fa(t_key key, int plen, struct list_head *fah, struct fi
&xkey,
plen,
fa->fa_tos,
fa->fa_info) < 0) {
fa->fa_info, 0) < 0) {
cb->args[3] = i;
return -1;
}