From: Badlop Date: Tue, 2 Dec 2008 19:45:39 +0000 (+0000) Subject: No need to define default value of history field because it is explicitely set when... X-Git-Tag: v2.1.0~18^2~528 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bc9ba75c2b0b2a173672408ddc8788750e5bb59f;p=ejabberd No need to define default value of history field because it is explicitely set when the record is created SVN Revision: 1699 --- diff --git a/src/mod_muc/mod_muc_room.hrl b/src/mod_muc/mod_muc_room.hrl index 790e70666..1cc8cb1df 100644 --- a/src/mod_muc/mod_muc_room.hrl +++ b/src/mod_muc/mod_muc_room.hrl @@ -67,7 +67,7 @@ config = #config{}, users = ?DICT:new(), affiliations = ?DICT:new(), - history = lqueue_new(20), + history, subject = "", subject_author = "", just_created = false,