Browse Source

do reload

pull/628/head
Jeff Becker 8 years ago
parent
commit
1e1c4d159b
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
  1. 7
      ClientContext.cpp

7
ClientContext.cpp

@ -202,11 +202,8 @@ namespace client
void ClientContext::ReloadConfig () void ClientContext::ReloadConfig ()
{ {
/* std::string config; i2p::config::GetOption("conf", config);
std::string config; i2p::config::GetOption("conf", config); i2p::config::ParseConfig(config);
i2p::config::ParseConfig(config);
*/
//I don't think we can just reload the main config without making a mess of things, so holding off for now.
Stop(); Stop();
Start(); Start();
} }

Loading…
Cancel
Save