mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-04 16:40:36 +01:00
fix typo in previous patch backport
SVN Revision: 1988
This commit is contained in:
parent
69b11b677d
commit
b6abe1b926
@ -534,7 +534,7 @@ handle_cast({presence, User, Server, Resources, JID}, State) ->
|
|||||||
_ ->
|
_ ->
|
||||||
ok
|
ok
|
||||||
end
|
end
|
||||||
end, tree_action(Host, get_nodes, [Owner, JID])),
|
end, tree_action(Host, get_nodes, [Owner])),
|
||||||
{noreply, State};
|
{noreply, State};
|
||||||
|
|
||||||
handle_cast({remove_user, LUser, LServer}, State) ->
|
handle_cast({remove_user, LUser, LServer}, State) ->
|
||||||
|
Loading…
Reference in New Issue
Block a user