Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 75498
b: refs/heads/master
c: 0ff4d77
h: refs/heads/master
v: v3
  • Loading branch information
Jan Engelhardt authored and David S. Miller committed Jan 11, 2008
1 parent fc83d30 commit 4d9b2ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 8f41f017866bc3dfe4db02582cfd48f0586cb990
refs/heads/master: 0ff4d77bd9fe86ca1bc7f44839d79f8a349a62f0
4 changes: 2 additions & 2 deletions trunk/net/netfilter/xt_helper.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ match(const struct sk_buff *skb,
if (info->name[0] == '\0')
ret = !ret;
else
ret ^= !strncmp(master_help->helper->name, info->name,
strlen(master_help->helper->name));
ret ^= !strncmp(helper->name, info->name,
strlen(helper->name));
return ret;
}

Expand Down

0 comments on commit 4d9b2ea

Please sign in to comment.