From: Jaroslav Kysela Date: Thu, 19 Mar 2015 20:29:54 +0000 (+0100) Subject: SAT>IP Client: XML - make manufacturerURL tag optional X-Git-Tag: v4.1~245 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=db52de8151bc0a4f1c24abc42fcaef8ae2c6505d;p=thirdparty%2Ftvheadend.git SAT>IP Client: XML - make manufacturerURL tag optional --- diff --git a/src/input/mpegts/satip/satip.c b/src/input/mpegts/satip/satip.c index 777705088..737a16837 100644 --- a/src/input/mpegts/satip/satip.c +++ b/src/input/mpegts/satip/satip.c @@ -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)