提交 b29aff32 编写于 作者: C Cole Robinson

storage: Fix autostart dir for qemu:///session

上级 b515339f
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册