mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
set rpcProvider field correctly
Signed-off-by: Dave Brosius <dbrosius@mebigfatguy.com> Signed-off-by: Prasanna Santhanam <tsp@apache.org>
This commit is contained in:
parent
770cf02ccf
commit
3a02942123
@ -46,7 +46,7 @@ public class HypervisorHostEndPointRpcServer implements HostEndpointRpcServer {
|
||||
}
|
||||
|
||||
public HypervisorHostEndPointRpcServer(RpcProvider rpcProvider) {
|
||||
rpcProvider = rpcProvider;
|
||||
this.rpcProvider = rpcProvider;
|
||||
rpcProvider.registerRpcServiceEndpoint(RpcServiceDispatcher.getDispatcher(this));
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user