From: Patrick McHardy Date: Fri, 19 May 2006 09:17:18 +0000 (-0700) Subject: [NETFILTER]: nfnetlink_log: fix byteorder confusion X-Git-Tag: v2.6.17-rc5~95 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee433530d96a7b0af24ab616e5b51f1d89f9ae38;p=pandora-kernel.git [NETFILTER]: nfnetlink_log: fix byteorder confusion flags is a u16, so use htons instead of htonl. Also avoid double conversion. Noticed by Alexey Dobriyan Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed