From: Jan Engelhardt Date: Thu, 19 Nov 2020 21:11:13 +0000 (+0100) Subject: compat_xtables: fix a spello near route_me_harder X-Git-Tag: v3.12~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50153ffdb9437a29bfee0960626a496666ec404a;p=thirdparty%2Fxtables-addons.git compat_xtables: fix a spello near route_me_harder --- diff --git a/extensions/compat_xtables.h b/extensions/compat_xtables.h index 4afef3a..9b98d26 100644 --- a/extensions/compat_xtables.h +++ b/extensions/compat_xtables.h @@ -25,7 +25,7 @@ LINUX_VERSION_CODE >= KERNEL_VERSION(5, 9, 9) && LINUX_VERSION_CODE < KERNEL_VERSION(5, 10, 0) #else # define ip_route_me_harder(xnet, xsk, xskb, xaddrtype) ip_route_me_harder((xnet), (xskb), (xaddrtype)) -# define ip6_route_me_harder(xnet, xsk, xskb) ip_route_me_harder((xnet), (xskb)) +# define ip6_route_me_harder(xnet, xsk, xskb) ip6_route_me_harder((xnet), (xskb)) #endif static inline struct net *par_net(const struct xt_action_param *par)