提交 90f66914 编写于 作者: D David S. Miller

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

Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册