initialisation of net reset timeout in p3connectmanager

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2167 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
joss17 2010-01-31 20:17:35 +00:00
parent ec7fcffcb5
commit 470ec8d11a

View File

@ -150,6 +150,7 @@ p3ConnectMgr::p3ConnectMgr()
use_extr_addr_finder = false;
allow_tunnel_connection = true;
mExtAddrFinder = new ExtAddrFinder;
mNetInitTS = 0;
netReset();