mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +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().
|
||||
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()]}.
|
||||
multicall(Module, Function, Args) ->
|
||||
|
Loading…
Reference in New Issue
Block a user