提交 c8a3a5d7 编写于 作者: A Andrea Bolognani

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