Skip to content
Snippets Groups Projects
Commit 4eb67f40 authored by Guido Günther's avatar Guido Günther
Browse files

Remove capabilities.monitor.sock when done

Closes: #761131
parent a32e72ee
No related branches found
No related tags found
No related merge requests found
From: =?utf-8?q?Guido_G=C3=BCnther?= <agx@sigxcpu.org>
Date: Thu, 25 Sep 2014 10:30:58 +0200
Subject: qemu: remove capabilities.monitor.sock when done
Prompted by
http://bugs.debian.org/761131
---
src/qemu/qemu_capabilities.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c
index c70a1a8..f60f543 100644
--- a/src/qemu/qemu_capabilities.c
+++ b/src/qemu/qemu_capabilities.c
@@ -3304,6 +3304,7 @@ virQEMUCapsInitQMP(virQEMUCapsPtr qemuCaps,
virCommandAbort(cmd);
virCommandFree(cmd);
VIR_FREE(monarg);
+ ignore_value(unlink(monpath));
VIR_FREE(monpath);
virObjectUnref(vm);
virObjectUnref(xmlopt);
......@@ -14,3 +14,4 @@ Skip-vircgrouptest.patch
debian/Use-sensible-editor-as-fallback.patch
debian/Debianize-virtlockd.patch
security/CVE-2014-3633-qemu-blkiotune-Use-correct-definition-.patch
qemu-remove-capabilities.monitor.sock-when-done.patch
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment