mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-04 15:15:15 -04:00
i2p: bob: convert bobSettings to i2p::settings
This commit is contained in:
parent
4b6e12ca45
commit
6136416b56
4 changed files with 35 additions and 53 deletions
|
@ -1724,7 +1724,7 @@ int RsServer::StartupRetroShare()
|
|||
// now enable bob
|
||||
bobSettings bs;
|
||||
autoProxy->taskSync(autoProxyType::I2PBOB, autoProxyTask::getSettings, &bs);
|
||||
bs.enableBob = true;
|
||||
bs.enable = true;
|
||||
autoProxy->taskSync(autoProxyType::I2PBOB, autoProxyTask::setSettings, &bs);
|
||||
} else {
|
||||
std::cerr << "RsServer::StartupRetroShare failed to receive keys" << std::endl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue