suppressed unitialized memory read

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5803 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-11-11 12:57:05 +00:00
parent ab26059570
commit bdc275e15f

View File

@ -1146,7 +1146,7 @@ RsPeerDetails::RsPeerDetails()
trustLvl(0), validLvl(0),ownsign(false),
hasSignedMe(false),accept_connection(false),
state(0),localAddr(""),localPort(0),extAddr(""),extPort(0),netMode(0),visState(0),
lastConnect(0),connectState(0),connectStateString(""),connectPeriod(0)
lastConnect(0),connectState(0),connectStateString(""),connectPeriod(0),foundDHT(false)
{
}