summaryrefslogtreecommitdiffstats
path: root/net/ipv4/netfilter.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-11-25 18:23:03 +0100
committerPatrick McHardy <kaber@trash.net>2008-11-25 18:23:03 +0100
commitd6e8cc6cc7ac77b0f9118f78c453a2e834e62709 (patch)
tree3c02d79e8783f740f32950cade1177c1ee407e1b /net/ipv4/netfilter.c
parent65f233fb1669e6c990cd1d7fd308ac7dc66dc207 (diff)
downloadlinux-d6e8cc6cc7ac77b0f9118f78c453a2e834e62709.tar.gz
linux-d6e8cc6cc7ac77b0f9118f78c453a2e834e62709.tar.xz
netfilter: fix warning in net/netfilter/nf_conntrack_ftp.c
this warning: net/netfilter/nf_conntrack_ftp.c: In function 'help': net/netfilter/nf_conntrack_ftp.c:360: warning: 'matchoff' may be used uninitialized in this function net/netfilter/nf_conntrack_ftp.c:360: warning: 'matchlen' may be used uninitialized in this function triggers because GCC does not recognize the (correct) error flow between find_pattern(), 'found', 'matchoff' and 'matchlen'. Annotate it. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'net/ipv4/netfilter.c')
0 files changed, 0 insertions, 0 deletions