aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mod_muc/mod_muc.erl3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mod_muc/mod_muc.erl b/src/mod_muc/mod_muc.erl
index f20ae4936..791e5e0d9 100644
--- a/src/mod_muc/mod_muc.erl
+++ b/src/mod_muc/mod_muc.erl
@@ -415,8 +415,7 @@ handle_cast(_Msg, State) ->
%% Description: Handling all non call/cast messages
%%--------------------------------------------------------------------
handle_info({route, From, To, Packet},
- #state{host = HostOrGlobal,
- server_host = ServerHost,
+ #state{server_host = ServerHost,
access = Access,
default_room_opts = DefRoomOpts,
history_size = HistorySize,