mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
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:
parent
ab37ea0ce1
commit
b903217317
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user