projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
047601b
)
[IPV4]: Fix fib_trie.c's args to fib_dump_info().
author
David S. Miller
<davem@davemloft.net>
Tue, 21 Jun 2005 21:43:28 +0000
(14:43 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 21 Jun 2005 21:43:28 +0000
(14:43 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_trie.c
patch
|
blob
|
history
diff --git
a/net/ipv4/fib_trie.c
b/net/ipv4/fib_trie.c
index c0ece94fc63e32cacd2220ad3a0452802110a8f7..0671569ee6f0e9ef1e824722930c47e22f64f4f1 100644
(file)
--- 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
&xkey,
plen,
fa->fa_tos,
- fa->fa_info) < 0) {
+ fa->fa_info
, 0
) < 0) {
cb->args[3] = i;
return -1;
}