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; }