diff options
author | Al Viro <viro@hera.kernel.org> | 2006-12-04 17:00:55 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-04 22:32:44 -0500 |
commit | 87fcd70d983d30eca4b933fff2e97d9a31743d0a (patch) | |
tree | 2c79943f7691f80123af0145a8909f14011b0761 /security/selinux/hooks.c | |
parent | 91f433cacc9d1ae95ae46ce26d7bcf3a724c72d0 (diff) |
[PATCH] selinux endianness annotations
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'security/selinux/hooks.c')
-rw-r--r-- | security/selinux/hooks.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index a29d78d3f44c..78f98fe084eb 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c | |||
@@ -3537,7 +3537,7 @@ static int selinux_socket_sock_rcv_skb(struct sock *sk, struct sk_buff *skb) | |||
3537 | goto out; | 3537 | goto out; |
3538 | 3538 | ||
3539 | /* Handle mapped IPv4 packets arriving via IPv6 sockets */ | 3539 | /* Handle mapped IPv4 packets arriving via IPv6 sockets */ |
3540 | if (family == PF_INET6 && skb->protocol == ntohs(ETH_P_IP)) | 3540 | if (family == PF_INET6 && skb->protocol == htons(ETH_P_IP)) |
3541 | family = PF_INET; | 3541 | family = PF_INET; |
3542 | 3542 | ||
3543 | AVC_AUDIT_DATA_INIT(&ad, NET); | 3543 | AVC_AUDIT_DATA_INIT(&ad, NET); |