Sophie

Sophie

distrib > Mageia > 8 > armv7hl > media > core-backports-src > by-pkgid > 94f43e174c327bdfb8d746b85935ee6e > files > 110

kernel-5.14.10-1.mga8.src.rpm


Adjust for kernel changes.

Signed-off-by: Thomas Backlund <tmb@mageia.org>

--- linux/net/ipv4/netfilter/ipt_IFWLOG.c.orig
+++ linux/net/ipv4/netfilter/ipt_IFWLOG.c
@@ -138,7 +138,7 @@ static unsigned int ipt_IFWLOG_target(st
 {
 	const struct ipt_IFWLOG_info *info = target_param->targinfo;
 
-	ipt_IFWLOG_packet(skb, target_param->in, target_param->out, info);
+	ipt_IFWLOG_packet(skb, xt_in(target_param), xt_out(target_param), info);
 
 	return XT_CONTINUE;
 }