Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 66f6e4c3 authored by Amit Pundir's avatar Amit Pundir
Browse files

ANDROID: netfilter: xt_quota2: fix quota2_log() call



Fix quota2_log() call to align with upstream commit 613dbd95
("netfilter: x_tables: move hook state into xt_action_param structure") changes.

Signed-off-by: default avatarAmit Pundir <amit.pundir@linaro.org>
parent 8a8ad3da
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -326,10 +326,10 @@ quota_mt2(const struct sk_buff *skb, struct xt_action_param *par)
		} else {
			/* We are transitioning, log that fact. */
			if (e->quota) {
				quota2_log(par->hooknum,
				quota2_log(xt_hooknum(par),
					   skb,
					   par->in,
					   par->out,
					   xt_in(par),
					   xt_out(par),
					   q->name);
			}
			/* we do not allow even small packets from now on */