mirror of
https://github.com/processone/ejabberd.git
synced 2024-12-26 17:38:45 +01:00
mod_stream_mgmt: Fix typo in variable name
This commit is contained in:
parent
9cc332d6b3
commit
56a4bf8f3c
@ -522,7 +522,7 @@ route_unacked_stanzas(#{mgmt_state := MgmtState,
|
|||||||
Resend when is_boolean(Resend) ->
|
Resend when is_boolean(Resend) ->
|
||||||
Resend;
|
Resend;
|
||||||
if_offline ->
|
if_offline ->
|
||||||
case ejabberd_sm:get_user_resources(User, Server) of
|
case ejabberd_sm:get_user_resources(User, LServer) of
|
||||||
[Resource] ->
|
[Resource] ->
|
||||||
%% Same resource opened new session
|
%% Same resource opened new session
|
||||||
true;
|
true;
|
||||||
|
Loading…
Reference in New Issue
Block a user