mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
CLOUDSTACK-1192: fix silly mistake
This commit is contained in:
parent
a7f861f8d9
commit
f555e26c87
@ -447,7 +447,7 @@ public class VmwareResource implements StoragePoolResource, ServerResource, Vmwa
|
||||
} else if (clz == GetVmStatsCommand.class) {
|
||||
answer = execute((GetVmStatsCommand) cmd);
|
||||
} else if (clz == GetVmDiskStatsCommand.class) {
|
||||
answer = execute((GetDiskVmStatsCommand) cmd);
|
||||
answer = execute((GetVmDiskStatsCommand) cmd);
|
||||
} else if (clz == CheckHealthCommand.class) {
|
||||
answer = execute((CheckHealthCommand) cmd);
|
||||
} else if (clz == StopCommand.class) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user