Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 94059
b: refs/heads/master
c: c60264c
h: refs/heads/master
i:
  94057: 12af452
  94055: a886779
v: v3
  • Loading branch information
Harvey Harrison authored and Linus Torvalds committed Apr 28, 2008
1 parent 5cefd36 commit 643e134
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: 3898b1b4ebff8dcfbcf1807e0661585e06c9a91c
refs/heads/master: c60264c494a119cd3a716a22edc0137b11de6d1e
2 changes: 1 addition & 1 deletion trunk/security/smack/smack_lsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1242,7 +1242,7 @@ static void smack_set_catset(char *catset, struct netlbl_lsm_secattr *sap)
int rc;
int byte;

if (catset == 0)
if (!catset)
return;

sap->flags |= NETLBL_SECATTR_MLS_CAT;
Expand Down

0 comments on commit 643e134

Please sign in to comment.