mirror of
https://github.com/PurpleI2P/i2pd
synced 2024-11-10 08:00:38 +03:00
do reload
This commit is contained in:
parent
4dc9f6948d
commit
1e1c4d159b
@ -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…
Reference in New Issue
Block a user