mirror of
				https://github.com/PurpleI2P/i2pd.git
				synced 2025-11-04 08:30:46 +00:00 
			
		
		
		
	Merge 32a70562c4 into 2afdd5b723
				
					
				
			This commit is contained in:
		
						commit
						f3ce1e0054
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -122,7 +122,7 @@ namespace transport
 | 
				
			||||||
		err = UPNP_GetValidIGD (m_Devlist, &m_upnpUrls, &m_upnpData, m_NetworkAddr, sizeof (m_NetworkAddr));
 | 
							err = UPNP_GetValidIGD (m_Devlist, &m_upnpUrls, &m_upnpData, m_NetworkAddr, sizeof (m_NetworkAddr));
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
		m_upnpUrlsInitialized=err!=0;
 | 
							m_upnpUrlsInitialized=err!=0;
 | 
				
			||||||
		if (err == UPNP_IGD_VALID_CONNECTED)
 | 
							if (err == UPNP_IGD_VALID_CONNECTED || err == UPNP_IGD_VALID_NOT_CONNECTED)
 | 
				
			||||||
		{
 | 
							{
 | 
				
			||||||
#if (MINIUPNPC_API_VERSION < 18)
 | 
					#if (MINIUPNPC_API_VERSION < 18)
 | 
				
			||||||
			err = UPNP_GetExternalIPAddress (m_upnpUrls.controlURL, m_upnpData.first.servicetype, m_externalIPAddress);
 | 
								err = UPNP_GetExternalIPAddress (m_upnpUrls.controlURL, m_upnpData.first.servicetype, m_externalIPAddress);
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue