]> xenbits.xensource.com Git - libvirt.git/commitdiff
Revert "VMX: Some serial ports are not actually connected"
authorDoug Goldstein <cardoe@cardoe.com>
Mon, 30 Sep 2013 21:21:01 +0000 (16:21 -0500)
committerDoug Goldstein <cardoe@cardoe.com>
Mon, 14 Oct 2013 14:18:52 +0000 (09:18 -0500)
This reverts commit dba04e7fa070a79415ea16141ad2e2ebd4f23033.
This change was unfortunately not correct. We should have been
changing the boolean argument supplied.

src/vmx/vmx.c

index 38b7cc0e921a1f8940fde6b91a3cd65091333b2d..9906a9cc50b9d174313946b4b5048e51b3df0eff 100644 (file)
@@ -2718,7 +2718,7 @@ virVMXParseSerial(virVMXContext *ctx, virConfPtr conf, int port,
 
     /* vmx:fileName -> def:data.file.path */
     if (virVMXGetConfigString(conf, fileName_name, &fileName, false) < 0) {
-        goto ignore;
+        goto cleanup;
     }
 
     /* vmx:network.endPoint -> def:data.tcp.listen */