]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
[NETFILTER]: Fix nf_conntrack compilation with CONFIG_NETFILTER_DEBUG
authorPatrick McHardy <kaber@trash.net>
Thu, 17 Nov 2005 07:14:19 +0000 (23:14 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Nov 2005 07:14:19 +0000 (23:14 -0800)
commit4a59a810513d5f7aa76515908b8e3620fa1b9b69
tree02bf53df48d9a9e6f7f7b4f690eb8b62227f8fa9
parente7c8a41e817f381ac5c2a59ecc81b483bd68a7df
[NETFILTER]: Fix nf_conntrack compilation with CONFIG_NETFILTER_DEBUG

CC [M]  net/netfilter/nf_conntrack_core.o
net/netfilter/nf_conntrack_core.c: In function 'nf_ct_unlink_expect':
net/netfilter/nf_conntrack_core.c:390: error: 'exp_timeout' undeclared (first use in this function)
net/netfilter/nf_conntrack_core.c:390: error: (Each undeclared identifier is reported only once
net/netfilter/nf_conntrack_core.c:390: error: for each function it appears in.)

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