mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
esx: Stop passing around virConnectPtr for error reporting
This commit is contained in:
@@ -89,7 +89,7 @@ testCompareFiles(const char *xml, const char *vmx, esxVI_APIVersion apiVersion)
|
||||
goto failure;
|
||||
}
|
||||
|
||||
formatted = esxVMX_FormatConfig(NULL, NULL, def, apiVersion);
|
||||
formatted = esxVMX_FormatConfig(NULL, def, apiVersion);
|
||||
|
||||
if (formatted == NULL) {
|
||||
goto failure;
|
||||
|
||||
Reference in New Issue
Block a user