mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Fix broken ejabberd_cluster:call/5
This commit is contained in:
parent
f0c0e4a6fc
commit
6013b4a3a6
@ -62,7 +62,7 @@ call(Node, Module, Function, Args) ->
|
|||||||
|
|
||||||
-spec call(node(), module(), atom(), [any()], timeout()) -> any().
|
-spec call(node(), module(), atom(), [any()], timeout()) -> any().
|
||||||
call(Node, Module, Function, Args, Timeout) ->
|
call(Node, Module, Function, Args, Timeout) ->
|
||||||
call(Node, Module, Function, Args, Timeout).
|
rpc:call(Node, Module, Function, Args, Timeout).
|
||||||
|
|
||||||
-spec multicall(module(), atom(), [any()]) -> {list(), [node()]}.
|
-spec multicall(module(), atom(), [any()]) -> {list(), [node()]}.
|
||||||
multicall(Module, Function, Args) ->
|
multicall(Module, Function, Args) ->
|
||||||
|
Loading…
Reference in New Issue
Block a user