reverting fix for 10503, VM stop answer

This commit is contained in:
kishan 2011-07-01 18:10:49 +05:30
parent dde4b48088
commit 1dcbfe09f9
1 changed files with 1 additions and 1 deletions

View File

@ -3058,7 +3058,7 @@ public abstract class CitrixResourceBase implements ServerResource, HypervisorRe
synchronized (_vms) {
_vms.remove(vmName);
}
return new StopAnswer(cmd, "VM does not exist");
return new StopAnswer(cmd, "VM does not exist", 0 , 0L, 0L);
}
Long bytesSent = 0L;
Long bytesRcvd = 0L;