mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
* src/mod_offline.erl: Typo.
SVN Revision: 861
This commit is contained in:
parent
4e82569bcb
commit
b352d1bddd
@ -60,7 +60,7 @@ loop() ->
|
||||
Len = length(Msgs),
|
||||
F = fun() ->
|
||||
%% Only count messages if needed:
|
||||
Count = if ?MAX_OFFLINE_MSGS == infinity ->
|
||||
Count = if ?MAX_OFFLINE_MSGS =/= infinity ->
|
||||
Len + p1_mnesia:count_records(
|
||||
offline_msg,
|
||||
#offline_msg{us=US, _='_'});
|
||||
|
Loading…
Reference in New Issue
Block a user