Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

netfilter: ip_tables: fix compile with debug

Signed-off-by: Sebastian Andrzej Siewior <sebastian@breakpoint.cc>
Signed-off-by: Patrick McHardy <kaber@trash.net>

authored by

Sebastian Andrzej Siewior and committed by
Patrick McHardy
63f6fe92 122c4f10

+1 -1
+1 -1
net/ipv4/netfilter/ip_tables.c
··· 566 566 const struct xt_entry_target *t; 567 567 568 568 if (!ip_checkentry(&e->ip)) { 569 - duprintf("ip check failed %p %s.\n", e, par->match->name); 569 + duprintf("ip check failed %p %s.\n", e, name); 570 570 return -EINVAL; 571 571 } 572 572