Re: [libvirt] [PATCH RFCv2 5/5] virsh: Reconnect to daemon if remote netcat crashes while using libssh

2012-01-18 Thread Michal Privoznik
On 04.01.2012 00:47, Peter Krempa wrote: This patch enables reconnection if for some reason remote netcat, that is connecting libvirt daemon to the ssh transport layer crashes. * tools/virsh.c: Add support for Libssh's error code --- tools/virsh.c |3 ++- 1 files changed, 2

[libvirt] [PATCH RFCv2 5/5] virsh: Reconnect to daemon if remote netcat crashes while using libssh

2012-01-03 Thread Peter Krempa
This patch enables reconnection if for some reason remote netcat, that is connecting libvirt daemon to the ssh transport layer crashes. * tools/virsh.c: Add support for Libssh's error code --- tools/virsh.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/tools/virsh.c