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:
parent
3552106e18
commit
a687ca635f
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user