Revert "VMX: Some serial ports are not actually connected"

This reverts commit dba04e7fa0.
This change was unfortunately not correct. We should have been
changing the boolean argument supplied.
This commit is contained in:
Doug Goldstein
2013-10-14 09:18:52 -05:00
parent 7df5093f67
commit 604065a339
+1 -1
View 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 */