mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 19:45:21 +00:00
qemu_shim: Update temporary directory template
The template still references libvirt-qemu-shim, which was at one point the name used to refer to what we now know as virt-qemu-run. Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
7dca28e229
commit
c8a3a5d79b
@ -151,7 +151,7 @@ int main(int argc, char **argv)
|
||||
signal(SIGHUP, qemuShimSigShutdown);
|
||||
|
||||
if (root == NULL) {
|
||||
if (!(root = g_dir_make_tmp("libvirt-qemu-shim-XXXXXX", &error))) {
|
||||
if (!(root = g_dir_make_tmp("virt-qemu-run-XXXXXX", &error))) {
|
||||
g_printerr("%s: cannot create temporary dir: %s\n",
|
||||
argv[0], error->message);
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user