mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-10 16:14:40 +02:00
oops, didn't mean to commit that
This commit is contained in:
2
thirdparty/libportfwd/src/portfwd.cpp
vendored
2
thirdparty/libportfwd/src/portfwd.cpp
vendored
@@ -113,7 +113,7 @@ Portfwd::get_status()
|
|||||||
// Q_ASSERT(urls->controlURL_CIF != NULL);
|
// Q_ASSERT(urls->controlURL_CIF != NULL);
|
||||||
// get connection speed
|
// get connection speed
|
||||||
UPNP_GetLinkLayerMaxBitRates(
|
UPNP_GetLinkLayerMaxBitRates(
|
||||||
urls->controlURL_CIF, data->first.servicetype, &m_downbps, &m_upbps);
|
urls->controlURL_CIF, data->CIF.servicetype, &m_downbps, &m_upbps);
|
||||||
|
|
||||||
// get external IP adress
|
// get external IP adress
|
||||||
char ip[16];
|
char ip[16];
|
||||||
|
Reference in New Issue
Block a user