corrected undefined variable causing public lobby list not to update properly

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4785 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-01-12 20:05:24 +00:00
parent 8d2eb8e09c
commit 2aea0e5f30

View File

@ -56,6 +56,8 @@ p3ChatService::p3ChatService(p3LinkMgr *lm, p3HistoryMgr *historyMgr)
_own_avatar = NULL ; _own_avatar = NULL ;
_custom_status_string = "" ; _custom_status_string = "" ;
_default_nick_name = rsPeers->getPeerName(rsPeers->getOwnId()); _default_nick_name = rsPeers->getPeerName(rsPeers->getOwnId());
last_public_lobby_info_request_time = 0 ;
} }
int p3ChatService::tick() int p3ChatService::tick()