mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 21:34:10 -05:00
fixed uninitialized memory read
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4491 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f67da9f8ce
commit
095168f4ec
@ -129,6 +129,8 @@ p3NetMgrIMPL::p3NetMgrIMPL()
|
||||
mLastSlowTickTime = 0;
|
||||
mOldNatType = RSNET_NATTYPE_UNKNOWN;
|
||||
mOldNatHole = RSNET_NATHOLE_UNKNOWN;
|
||||
mLocalAddr.sin_port = 0;
|
||||
mLocalAddr.sin_addr.s_addr = 0;
|
||||
}
|
||||
|
||||
#ifdef NETMGR_DEBUG
|
||||
|
Loading…
x
Reference in New Issue
Block a user