mirror of https://github.com/apache/cloudstack.git
reverting fix for 10503, VM stop answer
This commit is contained in:
parent
dde4b48088
commit
1dcbfe09f9
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue