mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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) &&
|
if ((flags & VIR_DRV_OPEN_REMOTE_AUTOSTART) &&
|
||||||
!(daemonPath = virFileFindResourceFull("libvirtd",
|
!(daemonPath = virFileFindResourceFull("libvirtd",
|
||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
abs_topbuilddir "/daemon",
|
abs_topbuilddir "/src",
|
||||||
SBINDIR,
|
SBINDIR,
|
||||||
"LIBVIRTD_PATH")))
|
"LIBVIRTD_PATH")))
|
||||||
goto failed;
|
goto failed;
|
||||||
|
Loading…
Reference in New Issue
Block a user