Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253850
b: refs/heads/master
c: 63f6fe9
h: refs/heads/master
v: v3
  • Loading branch information
Sebastian Andrzej Siewior authored and Patrick McHardy committed Jun 16, 2011
1 parent 94f00d2 commit 41efa85
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: 122c4f10f7b66f9c7a0177de668e9662b0b14a05
refs/heads/master: 63f6fe92c6b3cbf4c0bbbea4b31fdd3d68e21e4d
2 changes: 1 addition & 1 deletion trunk/net/ipv4/netfilter/ip_tables.c
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ check_entry(const struct ipt_entry *e, const char *name)
const struct xt_entry_target *t;

if (!ip_checkentry(&e->ip)) {
duprintf("ip check failed %p %s.\n", e, par->match->name);
duprintf("ip check failed %p %s.\n", e, name);
return -EINVAL;
}

Expand Down

0 comments on commit 41efa85

Please sign in to comment.