mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 09:49:18 +02:00
mod_muc_room: Fix warning about unused variable
This commit is contained in:
parent
903e6b70b4
commit
48e6631751
1 changed files with 1 additions and 1 deletions
|
@ -3288,7 +3288,7 @@ unsubscribe_from_room(JID, SD) ->
|
||||||
ok;
|
ok;
|
||||||
true ->
|
true ->
|
||||||
case mod_muc:unhibernate_room(SD#state.server_host, SD#state.host, SD#state.room) of
|
case mod_muc:unhibernate_room(SD#state.server_host, SD#state.host, SD#state.room) of
|
||||||
{error, Reason0} ->
|
{error, _Reason0} ->
|
||||||
error;
|
error;
|
||||||
{ok, Pid} ->
|
{ok, Pid} ->
|
||||||
_UnsubPid =
|
_UnsubPid =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue