[libvirt] [PATCH] virsh: Do not ignore the specified flags for cmdSaveImageDefine

Osier Yang jyang at redhat.com
Thu Sep 22 12:40:25 UTC 2011


---
 tools/virsh.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tools/virsh.c b/tools/virsh.c
index 4b9e662..02db278 100644
--- a/tools/virsh.c
+++ b/tools/virsh.c
@@ -2346,7 +2346,7 @@ cmdSaveImageDefine(vshControl *ctl, const vshCmd *cmd)
     if (virFileReadAll(xmlfile, 8192, &xml) < 0)
         goto cleanup;
 
-    if (virDomainSaveImageDefineXML(ctl->conn, file, xml, 0) < 0) {
+    if (virDomainSaveImageDefineXML(ctl->conn, file, xml, flags) < 0) {
         vshError(ctl, _("Failed to update %s"), file);
         goto cleanup;
     }
-- 
1.7.6




More information about the libvir-list mailing list