commit | d000eaf7720cb12cd03cd3d55f71be44357d27a9 | [log] [tgz] |
---|---|---|
author | Harald Welte <laforge@netfilter.org> | Mon Oct 10 20:52:51 2005 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 10 20:52:51 2005 -0700 |
tree | cbdb3e64a427adedf7f6ec4a75b338d1731bc9ee | |
parent | b3a91d037a2575040f9b6a483f60c407a3d80368 [diff] |
[NETFILTER] conntrack_netlink: Fix endian issue with status from userspace When we send "status" from userspace, we forget to convert the endianness. This patch adds the reqired conversion. Thanks to Pablo Neira for discovering this. Signed-off-by: Harald Welte <laforge@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>