netfilter: Remove Samsung debug from xt_quota2

Change-Id: I0f835016b7fd6ca16a3ff12e46a6e02341a6679e
This commit is contained in:
syphyr 2020-08-21 20:15:56 +02:00
parent 819f593aa3
commit 9fe9503eac
1 changed files with 1 additions and 9 deletions

View File

@ -306,15 +306,7 @@ quota_mt2(const struct sk_buff *skb, struct xt_action_param *par)
if (e->quota >= skb->len) {
if (!(q->flags & XT_QUOTA_NO_CHANGE))
e->quota -= (q->flags & XT_QUOTA_PACKET) ? 1 : skb->len;
if (!e->quota) {
quota2_log(par->hooknum,
skb,
par->in,
par->out,
q->name);
} else
ret = !ret;
ret = !ret;
} else {
/* We are transitioning, log that fact. */
if (e->quota) {