We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21416cd commit afc95f1Copy full SHA for afc95f1
core/src/main/java/com/cloud/agent/api/CheckOnHostCommand.java
@@ -35,8 +35,7 @@ public CheckOnHostCommand(Host host) {
35
}
36
37
public CheckOnHostCommand(Host host, boolean reportCheckFailureIfOneStorageIsDown) {
38
- super();
39
- this.host = new HostTO(host);
+ this(host);
40
this.reportCheckFailureIfOneStorageIsDown = reportCheckFailureIfOneStorageIsDown;
41
42
0 commit comments