]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
SAT>IP Client: XML - make manufacturerURL tag optional
authorJaroslav Kysela <perex@perex.cz>
Thu, 19 Mar 2015 20:29:54 +0000 (21:29 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 19 Mar 2015 20:29:54 +0000 (21:29 +0100)
src/input/mpegts/satip/satip.c

index 77770508833402daaf9d65903f6419aadc6ae1f9..737a16837f80d1a090c0a1d49ccacc3830ad3b0d 100644 (file)
@@ -744,7 +744,7 @@ satip_discovery_http_closed(http_client_t *hc, int errn)
   if ((manufacturer = htsmsg_xml_get_cdata_str(device, "manufacturer")) == NULL)
     goto finish;
   if ((manufacturerURL = htsmsg_xml_get_cdata_str(device, "manufacturerURL")) == NULL)
-    goto finish;
+    manufacturerURL = "";
   if ((modeldesc    = htsmsg_xml_get_cdata_str(device, "modelDescription")) == NULL)
     modeldesc = "";
   if ((modelname    = htsmsg_xml_get_cdata_str(device, "modelName")) == NULL)