mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-13 16:39:43 -05:00
suppressed uninitialized memory read
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3621 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
0ff9bf65f3
commit
dffd2ad686
@ -59,6 +59,7 @@ bdNodeManager::bdNodeManager(bdNodeId *id, std::string dhtVersion, std::string b
|
|||||||
{
|
{
|
||||||
mMode = BITDHT_MGR_STATE_STARTUP;
|
mMode = BITDHT_MGR_STATE_STARTUP;
|
||||||
mFns = fns;
|
mFns = fns;
|
||||||
|
mModeTS = 0 ;
|
||||||
|
|
||||||
/* setup a query for self */
|
/* setup a query for self */
|
||||||
#ifdef DEBUG_MGR
|
#ifdef DEBUG_MGR
|
||||||
|
Loading…
Reference in New Issue
Block a user