mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
qemu: Remove redundant slash in save directory path
This commit is contained in:
parent
a5b5307da2
commit
b5f8691ee2
@ -1773,7 +1773,7 @@ qemudStartup(int privileged) {
|
||||
"%s/cache/libvirt/qemu", LOCAL_STATE_DIR) == -1)
|
||||
goto out_of_memory;
|
||||
if (virAsprintf(&qemu_driver->saveDir,
|
||||
"%s/lib/libvirt/qemu/save/", LOCAL_STATE_DIR) == -1)
|
||||
"%s/lib/libvirt/qemu/save", LOCAL_STATE_DIR) == -1)
|
||||
goto out_of_memory;
|
||||
if (virAsprintf(&qemu_driver->snapshotDir,
|
||||
"%s/lib/libvirt/qemu/snapshot", LOCAL_STATE_DIR) == -1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user