25
1
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:
Mickaël Rémond 2007-08-08 09:54:26 +00:00
parent 4e82569bcb
commit b352d1bddd

View File

@ -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, _='_'});