1
0
Fork 0
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:
Badlop 2025-08-04 09:54:39 +02:00
parent 903e6b70b4
commit 48e6631751

View file

@ -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 =