1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-14 08:50:12 +00:00
This commit is contained in:
Jeff Becker 2016-08-29 16:57:34 -04:00
parent ce97fa87e7
commit 87d1058de3
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B

View File

@ -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 ()