24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-02 21:17:12 +02:00

Fix a typo

This commit is contained in:
Evgeniy Khramtsov 2017-03-29 13:20:15 +03:00
parent 12e01a5119
commit 0b3cf26406

View File

@ -237,7 +237,7 @@ get_online_rooms(ServerHost, Host, _RSM) ->
end, Rows); end, Rows);
Err -> Err ->
?ERROR_MSG("failed to select 'muc_online_room': ~p", [Err]), ?ERROR_MSG("failed to select 'muc_online_room': ~p", [Err]),
0 []
end. end.
rsm_supported() -> rsm_supported() ->