]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commit2354feaeb2acb78f6aabdf8410d55b44492a7949
treef2375ea5f0baeb1568fce42bd38328aad41c7e4a
parent4228e2a9890cd01b0c8cc58af6fd9e08a4b5e8a7
[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