mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
fix typo in previous patch backport
SVN Revision: 1988
This commit is contained in:
parent
69b11b677d
commit
b6abe1b926
1 changed files with 1 additions and 1 deletions
|
@ -534,7 +534,7 @@ handle_cast({presence, User, Server, Resources, JID}, State) ->
|
|||
_ ->
|
||||
ok
|
||||
end
|
||||
end, tree_action(Host, get_nodes, [Owner, JID])),
|
||||
end, tree_action(Host, get_nodes, [Owner])),
|
||||
{noreply, State};
|
||||
|
||||
handle_cast({remove_user, LUser, LServer}, State) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue