Skip to content

Commit

Permalink
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gi…
Browse files Browse the repository at this point in the history
…t/kaber/nf-2.6
  • Loading branch information
David S. Miller committed Nov 23, 2009
2 parents 63edaf6 + 8fa539b commit 7357031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 7357031

Please sign in to comment.