mirror of
https://github.com/processone/ejabberd
synced 2025-10-05 19:42:11 +02:00
Fix broken ejabberd_cluster:call/5
This commit is contained in:
parent
f0c0e4a6fc
commit
6013b4a3a6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue