fixed declarations instead of initialization

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4494 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2011-07-27 17:02:05 +00:00
parent ab37ea0ce1
commit b903217317

View File

@ -175,14 +175,14 @@ void pqiNetStateBox::reset()
/* Parameters set externally */ /* Parameters set externally */
mStunDhtSet = false; mStunDhtSet = false;
time_t mStunDhtTS = 0; mStunDhtTS = 0;
bool mStunDhtStable = false; mStunDhtStable = false;
//struct sockaddr_in mStunDhtAddr; //struct sockaddr_in mStunDhtAddr;
mStunProxySet = false; mStunProxySet = false;
mStunProxySemiStable = false; mStunProxySemiStable = false;
time_t mStunProxyTS = 0; mStunProxyTS = 0;
bool mStunProxyStable = false; mStunProxyStable = false;
//struct sockaddr_in mStunProxyAddr; //struct sockaddr_in mStunProxyAddr;
mUPnPSet = false; mUPnPSet = false;