mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-25 23:49:35 -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;
|
||||
mFns = fns;
|
||||
mModeTS = 0 ;
|
||||
|
||||
/* setup a query for self */
|
||||
#ifdef DEBUG_MGR
|
||||
|
Loading…
Reference in New Issue
Block a user