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 */
mStunDhtSet = false;
time_t mStunDhtTS = 0;
bool mStunDhtStable = false;
mStunDhtTS = 0;
mStunDhtStable = false;
//struct sockaddr_in mStunDhtAddr;
mStunProxySet = false;
mStunProxySemiStable = false;
time_t mStunProxyTS = 0;
bool mStunProxyStable = false;
mStunProxyTS = 0;
mStunProxyStable = false;
//struct sockaddr_in mStunProxyAddr;
mUPnPSet = false;