mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-27 18:03:50 +03:00
remote: fix path for locating libvirtd in source tree during autostart
Reviewed-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: John Ferlan <jferlan@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
78038351c7
commit
6f2c56d918
@ -1063,7 +1063,7 @@ doRemoteOpen(virConnectPtr conn,
|
||||
if ((flags & VIR_DRV_OPEN_REMOTE_AUTOSTART) &&
|
||||
!(daemonPath = virFileFindResourceFull("libvirtd",
|
||||
NULL, NULL,
|
||||
abs_topbuilddir "/daemon",
|
||||
abs_topbuilddir "/src",
|
||||
SBINDIR,
|
||||
"LIBVIRTD_PATH")))
|
||||
goto failed;
|
||||
|
Loading…
x
Reference in New Issue
Block a user