mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
debian compatibility fixing for patched-up upnp 1.6.17
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5442 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
531966f3c9
commit
e34ca140ba
@ -1477,7 +1477,7 @@ upnpEventSubscriptionExpired:
|
||||
int TimeOut = 1801;
|
||||
int ret = UpnpSubscribe(
|
||||
upnpCP->m_UPnPClientHandle,
|
||||
#if UPNP_VERSION >= 10800
|
||||
#if DEBIAN && UPNP_VERSION >= 10617 || UPNP_VERSION >= 10800
|
||||
UpnpString_get_String(es_event->PublisherUrl),
|
||||
#else
|
||||
es_event->PublisherUrl,
|
||||
@ -1490,7 +1490,7 @@ upnpEventSubscriptionExpired:
|
||||
msg, es_event->ErrCode, NULL, NULL);
|
||||
} else {
|
||||
ServiceMap::iterator it =
|
||||
#if UPNP_VERSION >= 10800
|
||||
#if DEBIAN && UPNP_VERSION >= 10617 || UPNP_VERSION >= 10800
|
||||
upnpCP->m_ServiceMap.find(UpnpString_get_String(es_event->PublisherUrl));
|
||||
#else
|
||||
upnpCP->m_ServiceMap.find(es_event->PublisherUrl);
|
||||
@ -1500,7 +1500,7 @@ upnpEventSubscriptionExpired:
|
||||
service.SetTimeout(TimeOut);
|
||||
service.SetSID(newSID);
|
||||
std::cerr << "CUPnPControlPoint::Callback() Re-subscribed to EventURL '" <<
|
||||
#if UPNP_VERSION >= 10800
|
||||
#if DEBIAN && UPNP_VERSION >= 10617 || UPNP_VERSION >= 10800
|
||||
UpnpString_get_String(es_event->PublisherUrl) <<
|
||||
#else
|
||||
es_event->PublisherUrl <<
|
||||
|
Loading…
Reference in New Issue
Block a user