mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-01 03:40:16 +02:00
* Removed assert in portfwd module to make it compile on OS X.
This commit is contained in:
2
thirdparty/libportfwd/src/portfwd.cpp
vendored
2
thirdparty/libportfwd/src/portfwd.cpp
vendored
@@ -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);
|
||||
|
Reference in New Issue
Block a user