Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157317
b: refs/heads/master
c: da34d42
h: refs/heads/master
i:
  157315: d4f50e1
v: v3
  • Loading branch information
Julia Lawall authored and James Morris committed Aug 5, 2009
1 parent 66c63a1 commit befc8be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1c388ad054fb1ead3dc354b1719570b99e464135
refs/heads/master: da34d4248bd2013ee64ce51e63ec0ebd1f32b46c
2 changes: 1 addition & 1 deletion trunk/security/smack/smack_lsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2464,7 +2464,7 @@ static int smack_socket_sendmsg(struct socket *sock, struct msghdr *msg,
/*
* Perfectly reasonable for this to be NULL
*/
if (sip == NULL || sip->sin_family != PF_INET)
if (sip == NULL || sip->sin_family != AF_INET)
return 0;

return smack_netlabel_send(sock->sk, sip);
Expand Down

0 comments on commit befc8be

Please sign in to comment.