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

Commit e33c8bf4 authored by Raghavendra Rao Ananta's avatar Raghavendra Rao Ananta
Browse files

Revert "netfilter: Fix build error"



This reverts commit d4163732.

Change-Id: Ib10398ae0f214b08620a407fd53636a63903dfb2
Signed-off-by: default avatarRaghavendra Rao Ananta <rananta@codeaurora.org>
parent 6d2ebd76
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1877,7 +1877,7 @@ static int process_sip_msg(struct sk_buff *skb, struct nf_conn *ct,
}

static void sip_tcp_skip_process(int ret, struct nf_conn *ct, struct sk_buff *skb,
				 unsigned int protoff, s16 tdiff)
				 unsigned int protoff, s16 *tdiff)
{
	if (ret == NF_ACCEPT && ct && ct->status & IPS_NAT_MASK) {
		const struct nf_nat_sip_hooks *hooks;