Skip to content

Commit

Permalink
[IPV4]: Fix fib_trie.c's args to fib_dump_info().
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jun 21, 2005
1 parent 047601b commit 90f6691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ipv4/fib_trie.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 90f6691

Please sign in to comment.