From: Doug Goldstein Date: Mon, 30 Sep 2013 21:21:01 +0000 (-0500) Subject: Revert "VMX: Some serial ports are not actually connected" X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=604065a3391a0e88ff31f9e605f867e1354d1060;p=libvirt.git Revert "VMX: Some serial ports are not actually connected" This reverts commit dba04e7fa070a79415ea16141ad2e2ebd4f23033. This change was unfortunately not correct. We should have been changing the boolean argument supplied. --- diff --git a/src/vmx/vmx.c b/src/vmx/vmx.c index 38b7cc0e92..9906a9cc50 100644 --- a/src/vmx/vmx.c +++ b/src/vmx/vmx.c @@ -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 */