24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-14 22:00:16 +02:00

No need to define default value of history field because it is explicitely set when the record is created

SVN Revision: 1699
This commit is contained in:
Badlop 2008-12-02 19:45:39 +00:00
parent f124bb3d10
commit bc9ba75c2b

View File

@ -67,7 +67,7 @@
config = #config{},
users = ?DICT:new(),
affiliations = ?DICT:new(),
history = lqueue_new(20),
history,
subject = "",
subject_author = "",
just_created = false,