]> git.baikalelectronics.ru Git - kernel.git/commit
netfilter: ip_tables: fix build error
authorPatrick McHardy <kaber@trash.net>
Thu, 11 Jun 2009 23:53:09 +0000 (01:53 +0200)
committerPatrick McHardy <kaber@trash.net>
Thu, 11 Jun 2009 23:53:09 +0000 (01:53 +0200)
commit101725ec4d2884b491b74114899cc4a46131f3aa
treeb2f56ab21b3961c681a6997866a4fc8f0f10a62f
parent195f0c0b67be22841392ac8a7f61c43f7d1b5a26
netfilter: ip_tables: fix build error

Fix build error introduced by commit 33e2153c (netfilter: xtables:
consolidate comefrom debug cast access):

net/ipv4/netfilter/ip_tables.c: In function 'ipt_do_table':
net/ipv4/netfilter/ip_tables.c:421: error: 'comefrom' undeclared (first use in this function)
net/ipv4/netfilter/ip_tables.c:421: error: (Each undeclared identifier is reported only once
net/ipv4/netfilter/ip_tables.c:421: error: for each function it appears in.)

Signed-off-by: Patrick McHardy <kaber@trash.net>
net/ipv4/netfilter/ip_tables.c