Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 157026
b: refs/heads/master
c: 2149f66
h: refs/heads/master
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Aug 24, 2009
1 parent abda6f0 commit a0948e0
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: ca6982b858e1d08010c1d29d8e8255b2ac2ad70a
refs/heads/master: 2149f66f49ab07515666127bf5140c5c94677af8
2 changes: 1 addition & 1 deletion trunk/net/netfilter/xt_quota.c
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ static bool quota_mt_check(const struct xt_mtchk_param *par)

q->master = kmalloc(sizeof(*q->master), GFP_KERNEL);
if (q->master == NULL)
return -ENOMEM;
return false;

q->master->quota = q->quota;
return true;
Expand Down

0 comments on commit a0948e0

Please sign in to comment.