mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +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;
|
||||
true ->
|
||||
case mod_muc:unhibernate_room(SD#state.server_host, SD#state.host, SD#state.room) of
|
||||
{error, Reason0} ->
|
||||
{error, _Reason0} ->
|
||||
error;
|
||||
{ok, Pid} ->
|
||||
_UnsubPid =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue