mirror of https://github.com/apache/cloudstack.git
Re-run travis
Signed-off-by: Daan Hoogland <daan.hoogland@gmail.com> This closes #454
This commit is contained in:
parent
9f7c379a88
commit
441a13252a
|
|
@ -87,7 +87,6 @@ public class RpcProviderImpl implements RpcProvider {
|
|||
public boolean initialize() {
|
||||
if (_transportProvider == null)
|
||||
return false;
|
||||
|
||||
TransportEndpointSite endpointSite = _transportProvider.attach(_transportEndpoint, "RpcProvider");
|
||||
endpointSite.registerMultiplexier(RPC_MULTIPLEXIER, this);
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue