]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fix virsh.c compilation warning
authorJim Fehlig <jfehlig@novell.com>
Wed, 21 Oct 2009 10:59:43 +0000 (12:59 +0200)
committerDaniel Veillard <veillard@redhat.com>
Wed, 21 Oct 2009 10:59:43 +0000 (12:59 +0200)
* tools/virsh.c: call to vshError() containing 'doexit' parameter
  sneaked in after said parameter was removed

tools/virsh.c

index 47122d508d3cac8b939a7a850d95cd857151e461..6b93405ef0a35f8c993c3d64ae9f673b9dd7b258 100644 (file)
@@ -2518,7 +2518,7 @@ cmdMigrate (vshControl *ctl, const vshCmd *cmd)
          * a libvirt URI, or a hypervisor specific URI. */
 
         if (migrateuri != NULL) {
-            vshError(ctl, FALSE, "%s", _("migrate: Unexpected migrateuri for peer2peer/direct migration"));
+            vshError(ctl, "%s", _("migrate: Unexpected migrateuri for peer2peer/direct migration"));
             goto done;
         }