Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent 047601bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
			}