[NETFILTER]: Trivial 2.6 tftp conntrack fix.
commitf9205c857a6368fd85df66a095e7581e784af5b2
authorRusty Russell <rusty@rustcorp.com.au>
Sat, 23 Aug 2003 21:30:26 +0000 (23 14:30 -0700)
committerStephen Hemminger <shemminger@osdl.org>
Sat, 23 Aug 2003 21:30:26 +0000 (23 14:30 -0700)
treed253e310c136a35e4dc9a1f5b08b84b37d3b3adf
parentdda5e09f9e1c80cbb843873bb14d6bfd3996344a
[NETFILTER]: Trivial 2.6 tftp conntrack fix.
In 2.6, the TFTP conntrack helper returns -1 if the packet is too
short, but that is an invalid return code.  Return NF_ACCEPT
instead.
net/ipv4/netfilter/ip_conntrack_tftp.c