mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-11 09:17:52 +03:00
storage: Fix autostart dir for qemu:///session
This commit is contained in:
parent
b515339fe7
commit
b29aff322f
@ -237,7 +237,7 @@ storageStateInitialize(bool privileged,
|
||||
if ((virAsprintf(&driver->configDir,
|
||||
"%s/storage", configdir) < 0) ||
|
||||
(virAsprintf(&driver->autostartDir,
|
||||
"%s/storage", configdir) < 0) ||
|
||||
"%s/storage/autostart", configdir) < 0) ||
|
||||
(virAsprintf(&driver->stateDir,
|
||||
"%s/storage/run", rundir) < 0))
|
||||
goto error;
|
||||
|
Loading…
Reference in New Issue
Block a user