mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-22 13:24:26 -04: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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue