commit | 44b52bccf855b0706de624c29fc3d82ca954bb4e | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Apr 03 10:08:48 2012 +0200 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Tue Apr 03 10:08:48 2012 +0200 |
tree | 8159879f1578b4616f1f4d66bb6651ed04266ba4 | |
parent | 5276e16bb6f35412583518d6f04651dd9dc114be [diff] |
netfilter: xt_CT: remove a compile warning If CONFIG_NF_CONNTRACK_TIMEOUT=n we have following warning : CC [M] net/netfilter/xt_CT.o net/netfilter/xt_CT.c: In function ‘xt_ct_tg_check_v1’: net/netfilter/xt_CT.c:284: warning: label ‘err4’ defined but not used Reported-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>