mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
8d2eb8e09c
commit
2aea0e5f30
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user