]> git.proxmox.com Git - mirror_qemu.git/commit
net/filter-rewriter.c: Fix coverity static analysis issue
authorZhang Chen <zhangckid@gmail.com>
Wed, 31 Oct 2018 00:50:15 +0000 (08:50 +0800)
committerJason Wang <jasowang@redhat.com>
Fri, 16 Nov 2018 03:08:26 +0000 (11:08 +0800)
commit013a62020a92f371555c67342424f2f944b62be4
tree04465bb84b3c08ac15ecccdbdd3d94655613fe43
parentd835c6192495dc5b2c3a15a0761eb57d8d310828
net/filter-rewriter.c: Fix coverity static analysis issue

The original code just follow the TCP state diagram,
but in this case, we can skip the TCPS_TIME_WAIT state to simplify
the implementation.

Signed-off-by: Zhang Chen <zhangckid@gmail.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
net/filter-rewriter.c