mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-03 06:35:08 -04:00
corrected potentially harmful uninitialized memory reads
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1534 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
98eb6b835d
commit
dfeaed705b
2 changed files with 3 additions and 1 deletions
|
@ -78,6 +78,7 @@ p3turtle::p3turtle(p3ConnectMgr *cm,ftServer *fs)
|
|||
|
||||
_last_clean_time = 0 ;
|
||||
_last_tunnel_management_time = 0 ;
|
||||
_last_tunnel_campaign_time = 0 ;
|
||||
}
|
||||
|
||||
int p3turtle::tick()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue