Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 211675
b: refs/heads/master
c: 15714f7
h: refs/heads/master
i:
  211673: 0d5233b
  211671: d87c9be
v: v3
  • Loading branch information
Eric Paris authored and James Morris committed Oct 20, 2010
1 parent 50d2471 commit d7826c8
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: 3ed02ada2a5e695e2fbb5e4a0008cfcb0f50feaa
refs/heads/master: 15714f7b58011cf3948cab2988abea560240c74f
2 changes: 1 addition & 1 deletion trunk/net/netfilter/xt_SECMARK.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ static int secmark_tg_check(const struct xt_tgchk_param *par)
switch (info->mode) {
case SECMARK_MODE_SEL:
err = checkentry_selinux(info);
if (err <= 0)
if (err)
return err;
break;

Expand Down

0 comments on commit d7826c8

Please sign in to comment.