]> git.proxmox.com Git - qemu.git/commit - migration-fd.c
migration: xxx_close will only be called once
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 27 Sep 2012 11:30:15 +0000 (13:30 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 2 Nov 2012 17:35:07 +0000 (18:35 +0100)
commit6c3601361ff22cb8bda3f483ea11c4f7bd095094
tree4294f16cf1572fa5118ca15f4dcfb618e39f4279
parent09bac73c13b57acd304efb54a361c244d60d375c
migration: xxx_close will only be called once

No need to test s->fd again, it is tested in the caller.

Reviewed-by: Orit Wasserman <owasserm@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
migration-exec.c
migration-fd.c
migration-tcp.c
migration-unix.c