1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-10 08:04:25 +02:00

oops, didn't mean to commit that

This commit is contained in:
Leo Franchi
2011-08-15 01:47:29 -04:00
parent a8513d41ea
commit 283a3bd216

View File

@@ -113,7 +113,7 @@ Portfwd::get_status()
// Q_ASSERT(urls->controlURL_CIF != NULL);
// get connection speed
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
char ip[16];