|
@@ -799,7 +799,8 @@ nf_conntrack_in(struct net *net, u_int8_t pf, unsigned int hooknum,
|
|
|
* inverse of the return code tells to the netfilter
|
|
|
* core what to do with the packet. */
|
|
|
if (l4proto->error != NULL) {
|
|
|
- ret = l4proto->error(net, skb, dataoff, &ctinfo, pf, hooknum);
|
|
|
+ ret = l4proto->error(net, tmpl, skb, dataoff, &ctinfo,
|
|
|
+ pf, hooknum);
|
|
|
if (ret <= 0) {
|
|
|
NF_CT_STAT_INC_ATOMIC(net, error);
|
|
|
NF_CT_STAT_INC_ATOMIC(net, invalid);
|