1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-04-13 20:41:58 +02:00

* Removed assert in portfwd module to make it compile on OS X.

This commit is contained in:
Christian Muehlhaeuser 2011-06-19 17:30:02 +02:00
parent 3552106e18
commit a687ca635f

View File

@ -110,7 +110,7 @@ Portfwd::init(unsigned int timeout)
void
Portfwd::get_status()
{
Q_ASSERT(urls->controlURL_CIF != NULL);
// Q_ASSERT(urls->controlURL_CIF != NULL);
// get connection speed
UPNP_GetLinkLayerMaxBitRates(
urls->controlURL_CIF, data->CIF.servicetype, &m_downbps, &m_upbps);