[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)
commit888454c57a45511808d3fa52597b3d765df034a6
treeeaae5d36c181b03944dd7ebd0748016313ce89d9
parentb22b9004f22ba8ca33d15059e8b710a4b71ec3cc
[IPV4] fib_trie: missing ntohl() when calling fib_semantic_match()

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>
net/ipv4/fib_trie.c