bug 6217: incremental checkin

This commit is contained in:
abhishek 2010-09-23 14:53:45 -07:00
parent e0dcb95511
commit 29f8c5d94c
1 changed files with 2 additions and 2 deletions

View File

@ -88,8 +88,8 @@ public class VMExecutorHelper {
resultObject.setPasswordEnabled(templatePasswordEnabled);
if(templatePasswordEnabled)
resultObject.setPassword(vmPassword);
else
resultObject.setPassword("");
// else
// resultObject.setPassword("");
String isoName = null;
if (vm.getIsoId() != null) {