mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-6478:Fix a typo in RemoteHostEndPoint.setId().
This commit is contained in:
parent
9e7fbae52f
commit
aed36c2776
|
|
@ -107,7 +107,7 @@ public class RemoteHostEndPoint implements EndPoint {
|
|||
|
||||
// used when HypervisorGuruManager choose a different host to send command
|
||||
private void setId(long id) {
|
||||
HostVO host = _hostDao.findById(hostId);
|
||||
HostVO host = _hostDao.findById(id);
|
||||
if (host != null) {
|
||||
configure(host);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue