diff options
-rw-r--r-- | net/ipv4/fib_trie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/fib_trie.c b/net/ipv4/fib_trie.c index c0ece94fc63e..0671569ee6f0 100644 --- a/net/ipv4/fib_trie.c +++ b/net/ipv4/fib_trie.c | |||
@@ -1786,7 +1786,7 @@ static int fn_trie_dump_fa(t_key key, int plen, struct list_head *fah, struct fi | |||
1786 | &xkey, | 1786 | &xkey, |
1787 | plen, | 1787 | plen, |
1788 | fa->fa_tos, | 1788 | fa->fa_tos, |
1789 | fa->fa_info) < 0) { | 1789 | fa->fa_info, 0) < 0) { |
1790 | cb->args[3] = i; | 1790 | cb->args[3] = i; |
1791 | return -1; | 1791 | return -1; |
1792 | } | 1792 | } |