]> git.ipfire.org Git - thirdparty/libvirt.git/commit
remote_driver: don't fail if keepalive check fails
authorGuido Günther <agx@sigxcpu.org>
Sun, 4 Dec 2011 14:26:23 +0000 (15:26 +0100)
committerGuido Günther <agx@sigxcpu.org>
Mon, 5 Dec 2011 12:27:12 +0000 (13:27 +0100)
commit8fcee135e816a59bea96768feb15e6f32db328ef
tree6af779160a91f7b8c505df090270c0a87f411644
parentdd8e8956060f38b084d581ed63f934c3d8202071
remote_driver: don't fail if keepalive check fails

Otherwise connections to older libvirt abort with:

$ virsh -c qemu+ssh://host.example.com/system list
error: invalid connection pointer in virDrvSupportsFeature
error: failed to connect to the hypervisor

Tested against 0.8.3 and 0.9.8-rc2.
src/remote/remote_driver.c