init m_nRoomsFilled -- not sure when this http view feature broke

This commit is contained in:
Andy2 2010-11-15 20:08:59 -08:00
parent a1be555910
commit 2c5c7a0dd1

View file

@ -56,6 +56,7 @@ CRefMgr::Get()
CRefMgr::CRefMgr()
: m_nextCID(0)
, m_nRoomsFilled(0)
, m_startTime(time(NULL))
{
/* should be using pthread_once() here */