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

Commit 705ca147 authored by Thomas Jacob's avatar Thomas Jacob Committed by Patrick McHardy
Browse files

netfilter: xt_iprange: typo in IPv4 match debug print code

parent 2e0348c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@ iprange_mt4(const struct sk_buff *skb, struct xt_action_param *par)
			pr_debug("src IP %pI4 NOT in range %s%pI4-%pI4\n",
			         &iph->saddr,
			         (info->flags & IPRANGE_SRC_INV) ? "(INV) " : "",
			         &info->src_max.ip,
			         &info->src_min.ip,
			         &info->src_max.ip);
			return false;
		}