mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-18 23:36:39 +01:00
fix
This commit is contained in:
parent
ce97fa87e7
commit
87d1058de3
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ namespace data
|
||||||
|
|
||||||
void NetDb::WaitForReady()
|
void NetDb::WaitForReady()
|
||||||
{
|
{
|
||||||
m_Ready.get_future().get();
|
m_Ready.get_future().wait();
|
||||||
}
|
}
|
||||||
|
|
||||||
void NetDb::Run ()
|
void NetDb::Run ()
|
||||||
|
|
Loading…
Add table
Reference in a new issue