mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 19:27:49 +02:00
fixed ReloadConfig(); fixed --log
This commit is contained in:
parent
63e175d389
commit
fc2ae6f887
2 changed files with 4 additions and 2 deletions
|
@ -766,7 +766,7 @@ void MainWindow::SaveTunnelsConfig() {
|
|||
outfile << out.str().c_str();
|
||||
outfile.close();
|
||||
|
||||
i2p::client::ClientContext::ReloadConfig();
|
||||
i2p::client::context.ReloadConfig();
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue