Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 33339
b: refs/heads/master
c: 97c802a
h: refs/heads/master
i:
  33337: e6875e0
  33335: dde4544
v: v3
  • Loading branch information
Phil Oester authored and David S. Miller committed Aug 14, 2006
1 parent ccbcc4c commit 68d6b19
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: 18b6fe64d4d1f6e0a2c71429a5e5074f43e29203
refs/heads/master: 97c802a113989800430a981b6f36b14c62163d37
2 changes: 1 addition & 1 deletion trunk/net/netfilter/xt_string.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static int match(const struct sk_buff *skb,

return (skb_find_text((struct sk_buff *)skb, conf->from_offset,
conf->to_offset, conf->config, &state)
!= UINT_MAX) && !conf->invert;
!= UINT_MAX) ^ conf->invert;
}

#define STRING_TEXT_PRIV(m) ((struct xt_string_info *) m)
Expand Down

0 comments on commit 68d6b19

Please sign in to comment.