[IPV4] fib_trie: missing ntohl() when calling fib_semantic_match()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 19 Sep 2006 20:42:46 +0000 (13:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 Sep 2006 20:42:46 +0000 (13:42 -0700)
fib_trie.c::check_leaf() passes host-endian where fib_semantic_match()
expects (and stores into) net-endian.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found