Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 262786
b: refs/heads/master
c: 5189054
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Aug 11, 2011
1 parent e260bce commit b8c16bc
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 94a80d63b245c66745c1d72b8154f67b597e3b89
refs/heads/master: 5189054dd7ff18576446edc270b6b69fa8285336
3 changes: 2 additions & 1 deletion trunk/net/bridge/netfilter/ebtables.c
Original file line number Diff line number Diff line change
Expand Up @@ -1198,7 +1198,8 @@ ebt_register_table(struct net *net, const struct ebt_table *input_table)

if (table->check && table->check(newinfo, table->valid_hooks)) {
BUGPRINT("The table doesn't like its own initial data, lol\n");
return ERR_PTR(-EINVAL);
ret = -EINVAL;
goto free_chainstack;
}

table->private = newinfo;
Expand Down

0 comments on commit b8c16bc

Please sign in to comment.