sctp: Correct byte order of access to skb->{network, transport}_header
authorSimon Horman <horms@verge.net.au>
Thu, 30 May 2013 20:36:11 +0000 (20:36 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 31 May 2013 08:41:36 +0000 (01:41 -0700)
Corrects an byte order conflict introduced by "sctp: Correct access to
skb->{network, transport}_header". All the values in question are host
byte order.

Reported-by: Ben Hutchings <bhutchings@solarflare.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found