aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/esx/esx_driver.c')
-rw-r--r--src/esx/esx_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/esx/esx_driver.c b/src/esx/esx_driver.c
index 3a140e96c..a6e47a40a 100644
--- a/src/esx/esx_driver.c
+++ b/src/esx/esx_driver.c
@@ -1202,7 +1202,7 @@ esxGetVersion(virConnectPtr conn, unsigned long *version)
esxPrivate *priv = conn->privateData;
if (virParseVersionString(priv->primary->service->about->version,
- version) < 0) {
+ version, false) < 0) {
ESX_ERROR(VIR_ERR_INTERNAL_ERROR,
_("Could not parse version number from '%s'"),
priv->primary->service->about->version);