From 41025448cdf8873cd8c6e1f86e9994930c1644e6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 22 Jun 2009 14:16:45 +0200 Subject: [PATCH] --- yaml --- r: 154104 b: refs/heads/master c: 6d62182fea6cc6bbc8d82a691ad0608d68a54aeb h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/net/netfilter/xt_quota.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 8fdd1af862c1..a24ef542948c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 249556192859490b6280552d4b877064f9f5ee48 +refs/heads/master: 6d62182fea6cc6bbc8d82a691ad0608d68a54aeb diff --git a/trunk/net/netfilter/xt_quota.c b/trunk/net/netfilter/xt_quota.c index 01dd07b764ec..98fc190e8f0e 100644 --- a/trunk/net/netfilter/xt_quota.c +++ b/trunk/net/netfilter/xt_quota.c @@ -54,6 +54,7 @@ static bool quota_mt_check(const struct xt_mtchk_param *par) if (q->master == NULL) return -ENOMEM; + q->master->quota = q->quota; return true; }