On Tue, Jan 10, 2017 at 19:43:19 +0100, Pino Toscano wrote:
If any of them is specified for the libssh and libssh2 drivers, there
is
no need to depend on chec ks based on other paths: in particular, a
s/chec ks/checks/
specified path for known_hosts was ignored if the local config
directory
could not be determined, and the path for keyfile was ignored if the
home could not be determined.
Instead, lazily determine and use these two paths only in case they are
needed.
---
src/rpc/virnetclient.c | 52 +++++++++++++++++++++++++++-----------------------
1 file changed, 28 insertions(+), 24 deletions(-)
ACK