[libvirt] [PATCH] qemu: getAutoDumpPath() return value should be dumpfile not domname.

Yan Fu yafu at redhat.com
Wed Jul 13 04:39:29 UTC 2016


Resolves:https://bugzilla.redhat.com/show_bug.cgi?id=1354238
---
 src/qemu/qemu_driver.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
index f8d9afe..55a5404 100644
--- a/src/qemu/qemu_driver.c
+++ b/src/qemu/qemu_driver.c
@@ -3869,7 +3869,7 @@ getAutoDumpPath(virQEMUDriverPtr driver,
                              timestr));
 
     virObjectUnref(cfg);
-    return domname;
+    return dumpfile;
 }
 
 static void
-- 
1.8.3.1




More information about the libvir-list mailing list