mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
* fix build
This commit is contained in:
parent
928abf7094
commit
97ca8b7ada
2 changed files with 3 additions and 1 deletions
|
@ -34,7 +34,7 @@ namespace client
|
|||
m_SSLContext (m_Service, boost::asio::ssl::context::sslv23),
|
||||
m_ShutdownTimer (m_Service)
|
||||
{
|
||||
GetOption("i2pcontrol.password", m_Password);
|
||||
i2p::config::GetOption("i2pcontrol.password", m_Password);
|
||||
|
||||
// certificate
|
||||
auto path = GetPath ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue