Fixed build issue from master merge

This commit is contained in:
Koushik Das 2013-03-21 00:25:10 +05:30
parent f0c1af2b5c
commit 9e9c179212
1 changed files with 1 additions and 1 deletions

View File

@ -1570,7 +1570,7 @@ public class VmwareResource implements StoragePoolResource, ServerResource, Vmwa
vmMo.getRunningHost(), vlanId, null, null, this._ops_timeout, true);
} else {
networkInfo = HypervisorHostHelper.prepareNetwork(this._publicTrafficInfo.getVirtualSwitchName(), "cloud.public",
vmMo.getRunningHost(), vlanId, false, null, null, this._ops_timeout, vSwitchType, _portsPerDvPortGroup);
vmMo.getRunningHost(), vlanId, null, null, this._ops_timeout, vSwitchType, _portsPerDvPortGroup, false);
}
int nicIndex = allocPublicNicIndex(vmMo);