mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-12 19:12:28 -04:00
Reverted some of my last changes:
- removing the core lock in RsServer::ConfigGetDataRates - changes in p3ConfigMgr::loadConfig git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4726 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
e150e31401
commit
f3a0924461
3 changed files with 15 additions and 30 deletions
|
@ -2181,6 +2181,7 @@ int RsServer::StartupRetroShare()
|
|||
//mConfigMgr->addConfiguration("ftserver.cfg", ftserver);
|
||||
//
|
||||
mConfigMgr->addConfiguration("gpg_prefs.cfg", (AuthGPGimpl *) AuthGPG::getAuthGPG());
|
||||
mConfigMgr->loadConfiguration();
|
||||
|
||||
mConfigMgr->addConfiguration("peers.cfg", mPeerMgr);
|
||||
mConfigMgr->addConfiguration("general.cfg", mGeneralConfig);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue