Commit 90f66914 authored by David S. Miller's avatar David S. Miller

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

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 047601bf
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment