Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198566
b: refs/heads/master
c: 7ea7b85
h: refs/heads/master
v: v3
  • Loading branch information
Luciano Coelho authored and Patrick McHardy committed May 20, 2010
1 parent 10fcf00 commit 152fbb5
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: fc350777c705a39a312728ac5e8a6f164a828f5d
refs/heads/master: 7ea7b858f4bc4fa1645f1327cf9e72c93981aa58
2 changes: 1 addition & 1 deletion trunk/include/linux/netfilter/x_tables.h
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ struct xt_target {
/* Called when user tries to insert an entry of this type:
hook_mask is a bitmask of hooks from which it can be
called. */
/* Should return true or false, or an error code (-Exxxx). */
/* Should return 0 on success or an error code otherwise (-Exxxx). */
int (*checkentry)(const struct xt_tgchk_param *);

/* Called when entry of this type deleted. */
Expand Down

0 comments on commit 152fbb5

Please sign in to comment.