[PATCH] KVM Test: Remove duplicated _close_sock function calls in kvm_monitor.py

2011-08-04 Thread fyang
From: Feng Yang fy...@redhat.com self._close_sock will be called two times in HumanMonitor.__init__ and QMPMonitor.__init__ in exception. Signed-off-by: Feng Yang fy...@redhat.com --- client/virt/kvm_monitor.py |3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git

Re: [Autotest] [PATCH] KVM Test: Remove duplicated _close_sock function calls in kvm_monitor.py

2011-08-04 Thread Lucas Meneghel Rodrigues
On Thu, Aug 4, 2011 at 4:19 AM, fy...@redhat.com wrote: From: Feng Yang fy...@redhat.com self._close_sock will be called two times in HumanMonitor.__init__ and QMPMonitor.__init__ in exception. Looks good to me, applied, thanks! http://autotest.kernel.org/changeset/5521 Signed-off-by: