mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 19:57:48 +02:00
fixed #1387
This commit is contained in:
parent
2900bc26a5
commit
f7a084969a
3 changed files with 13 additions and 7 deletions
|
@ -60,6 +60,7 @@ namespace transport
|
|||
std::mutex m_StartedMutex;
|
||||
boost::asio::io_service m_Service;
|
||||
boost::asio::deadline_timer m_Timer;
|
||||
bool m_upnpUrlsInitialized=false;
|
||||
struct UPNPUrls m_upnpUrls;
|
||||
struct IGDdatas m_upnpData;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue