]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
SAT>IP: Use any UDP port for the UPnP client responses 389/head
authorJaroslav Kysela <perex@perex.cz>
Mon, 12 May 2014 15:20:19 +0000 (17:20 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 12 May 2014 15:20:19 +0000 (17:20 +0200)
src/upnp.c

index 849abbe0295f169c1f56132bbe701158208936d1..4c9435c47c848a3bfd8c5f7bac53a006373e2c3f 100644 (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;