]> git.ipfire.org Git - thirdparty/libvirt.git/commit
remote: fix regression connecting to remote session daemon
authorDaniel P. Berrangé <berrange@redhat.com>
Mon, 24 May 2021 15:36:15 +0000 (16:36 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Thu, 27 May 2021 10:44:00 +0000 (11:44 +0100)
commitd743dabfb5fdad89c1bce1daff9d55d29581aaa6
tree380eda773b77b1630da6efd706d3d8d79d67a8b9
parentd968b4b85c567897376a4b94ef3ef580a63c67e0
remote: fix regression connecting to remote session daemon

While we couldn't historically connect to the remote session daemon
automatically, we do allow the user to set an explicit socket path
to enable the connections to work. This ability was accidentally
lost in

  commit f8ec7c842df9e40c6607eae9b0223766cb226336
  Author: Daniel P. Berrangé <berrange@redhat.com>
  Date:   Wed Jul 8 17:03:38 2020 +0100

    rpc: use new virt-ssh-helper binary for remote tunnelling

We need to force use of 'netcat' when a 'socket' path is given in
the URI parameters.

Reviewed-by: Ján Tomko <jtomko@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/remote/remote_driver.c