mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 03:56:54 +02:00
Fix for uPnP
This commit is contained in:
parent
66a29a00ee
commit
685c5e9ad1
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ public:
|
|||
struct IGDdatas data;
|
||||
|
||||
int upnpError = 0;
|
||||
UPNPDev *devlist = upnpDiscover(5000,(const char *)0,(const char *)0,0,0,0,&upnpError);
|
||||
UPNPDev *devlist = upnpDiscoverAll(5000,(const char *)0,(const char *)0,0,0,2,&upnpError);
|
||||
if (devlist) {
|
||||
|
||||
#ifdef ZT_PORTMAPPER_TRACE
|
||||
|
|
Loading…
Add table
Reference in a new issue