]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/netfilter/xt_quota.c
Merge branch 'slab/urgent' into for-linus
[karo-tx-linux.git] / net / netfilter / xt_quota.c
index 01dd07b764ec46de6d82baec2625500bee2c714d..98fc190e8f0eed8683e9836b6be1567ecea74382 100644 (file)
@@ -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;
 }