Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168950
b: refs/heads/master
c: 8fa539b
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy committed Nov 23, 2009
1 parent 6c13f26 commit 1642f85
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: 7378396cd172cc058fa62220c6486419046c4e0c
refs/heads/master: 8fa539bd911e8a7faa7cd77b5192229c9666d9b8
2 changes: 1 addition & 1 deletion trunk/net/netfilter/xt_limit.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static bool limit_mt_check(const struct xt_mtchk_param *par)

priv = kmalloc(sizeof(*priv), GFP_KERNEL);
if (priv == NULL)
return -ENOMEM;
return false;

/* For SMP, we only want to use one set of state. */
r->master = priv;
Expand Down

0 comments on commit 1642f85

Please sign in to comment.