mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Merge branch 'master' into qmlapp_pex_alpha
This commit is contained in:
commit
59b77da6a2
113 changed files with 6880 additions and 1675 deletions
|
@ -443,8 +443,10 @@ void RsControlModule::handleCreateLocation(Request &req, Response &resp)
|
|||
}
|
||||
}
|
||||
|
||||
if(hidden_port)
|
||||
RsInit::SetHiddenLocation(hidden_address, hidden_port);
|
||||
if(hidden_port) {
|
||||
/// TODO add bob to webui
|
||||
RsInit::SetHiddenLocation(hidden_address, hidden_port, false);
|
||||
}
|
||||
|
||||
std::string ssl_password = RSRandom::random_alphaNumericString(RsInit::getSslPwdLen()) ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue