Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112123
b: refs/heads/master
c: 147c384
h: refs/heads/master
i:
  112121: 3afede2
  112119: f8ca1cb
v: v3
  • Loading branch information
Jan Engelhardt authored and Patrick McHardy committed Oct 8, 2008
1 parent 9a08567 commit 8cf813a
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: f7277f8d3aa4d3f99a9bdb48b27a2344a637a4b2
refs/heads/master: 147c3844ad381b58715a6ee2ea697594e3c06284
2 changes: 1 addition & 1 deletion trunk/net/bridge/netfilter/ebtables.c
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ ebt_check_entry(struct ebt_entry *e, struct ebt_table_info *newinfo,
} else if (t->u.target->checkentry &&
!t->u.target->checkentry(name, e, NULL, t->data, hookmask)) {
module_put(t->u.target->me);
ret = -EFAULT;
ret = -EINVAL;
goto cleanup_watchers;
}
(*cnt)++;
Expand Down

0 comments on commit 8cf813a

Please sign in to comment.