]> git.baikalelectronics.ru Git - kernel.git/commit
[NETFILTER]: NAT: silence unused variable warnings with CONFIG_XFRM=n
authorPatrick McHardy <kaber@trash.net>
Thu, 4 May 2006 06:19:26 +0000 (23:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 May 2006 06:19:26 +0000 (23:19 -0700)
commit4c834f9ff594421eae5fae8d425d48253b90859b
treef2375ea5f0baeb1568fce42bd38328aad41c7e4a
parent9f426fb138874d86961edb5a8a5f3ecb6463a1f4
[NETFILTER]: NAT: silence unused variable warnings with CONFIG_XFRM=n

net/ipv4/netfilter/ip_nat_standalone.c: In function 'ip_nat_out':
net/ipv4/netfilter/ip_nat_standalone.c:223: warning: unused variable 'ctinfo'
net/ipv4/netfilter/ip_nat_standalone.c:222: warning: unused variable 'ct'

Surprisingly no complaints so far ..

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/ip_nat_standalone.c