mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
fixed ReloadConfig(); fixed --log
This commit is contained in:
@@ -766,7 +766,7 @@ void MainWindow::SaveTunnelsConfig() {
|
||||
outfile << out.str().c_str();
|
||||
outfile.close();
|
||||
|
||||
i2p::client::ClientContext::ReloadConfig();
|
||||
i2p::client::context.ReloadConfig();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user