1
0
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:
Cole Robinson 2015-04-27 10:43:22 -04:00
parent b515339fe7
commit b29aff322f

View File

@ -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;