SAT>IP: Use any UDP port for the UPnP client responses

This commit is contained in:
Jaroslav Kysela 2014-05-12 17:20:19 +02:00
parent b1ea9d4a2b
commit 12c01ab8b4

View file

@ -118,7 +118,7 @@ upnp_thread( void *aux )
NULL, 32*1024);
if (multicast == NULL || multicast == UDP_FATAL_ERROR)
goto error;
unicast = udp_bind("upnp", "upnp_thread_unicast", bindaddr, 1900,
unicast = udp_bind("upnp", "upnp_thread_unicast", bindaddr, 0,
NULL, 32*1024);
if (unicast == NULL || unicast == UDP_FATAL_ERROR)
goto error;