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

Commit 534d5696 authored by Paras Singh Jain's avatar Paras Singh Jain
Browse files

msm-5.4: net: Compilation issue in nf_conntrack_sip.c



- Made change to fix the compilation error coming due to change
  3362467.

Change-Id: Ia2f91319098dbf2e1dd094cfd74aaea253b167b6
Signed-off-by: default avatarParas Singh Jain <parassin@codeaurora.org>
parent aa860b5b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1884,7 +1884,7 @@ static void sip_tcp_skip_process(int ret, struct nf_conn *ct, struct sk_buff *sk

		hooks = rcu_dereference(nf_nat_sip_hooks);
		if (hooks)
			hooks->seq_adjust(skb, protoff, tdiff);
			hooks->seq_adjust(skb, protoff, *tdiff);
	}
}

@@ -2099,7 +2099,7 @@ static int sip_help_tcp(struct sk_buff *skb, unsigned int protoff,

here:
#endif
	sip_tcp_skip_process(ret, ct, skb, protoff, tdiff);
	sip_tcp_skip_process(ret, ct, skb, protoff, &tdiff);

	return ret;
}