[NETFILTER] conntrack_netlink: Fix endian issue with status from userspace
authorHarald Welte <laforge@netfilter.org>
Tue, 11 Oct 2005 03:52:51 +0000 (20:52 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 11 Oct 2005 03:52:51 +0000 (20:52 -0700)
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>

No differences found