mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-02-17 21:34:10 -05:00
corrected uninitialized value
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4327 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e07e8e8d48
commit
ee278b45b7
@ -105,6 +105,7 @@ p3turtle::p3turtle(p3ConnectMgr *cm,ftServer *fs)
|
||||
_last_tunnel_speed_estimate_time = 0 ;
|
||||
|
||||
_traffic_info.reset() ;
|
||||
_sharing_strategy = SHARE_ENTIRE_NETWORK ;
|
||||
}
|
||||
|
||||
int p3turtle::tick()
|
||||
|
Loading…
x
Reference in New Issue
Block a user