Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
SAT>IP Server: do not put version to friendly name (XML)
  • Loading branch information
perexg committed Mar 11, 2015
1 parent 7bb903a commit fd505ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/satip/server.c
Expand Up @@ -55,7 +55,7 @@ satip_server_http_xml(http_connection_t *hc)
<specVersion><major>1</major><minor>1</minor></specVersion>\n\
<device>\n\
<deviceType>urn:ses-com:device:SatIPServer:1</deviceType>\n\
<friendlyName>TVHeadend %s</friendlyName>\n\
<friendlyName>TVHeadend</friendlyName>\n\
<manufacturer>TVHeadend Team</manufacturer>\n\
<manufacturerURL>http://tvheadend.org</manufacturerURL>\n\
<modelDescription>TVHeadend %s</modelDescription>\n\
Expand Down Expand Up @@ -153,7 +153,7 @@ satip_server_http_xml(http_connection_t *hc)
}

snprintf(buf, sizeof(buf), MSG,
tvheadend_version, tvheadend_version,
tvheadend_version,
satip_server_uuid, tvheadend_version,
satip_server_rtsp_port, srcs,
http_server_ip, http_server_port,
Expand Down

0 comments on commit fd505ef

Please sign in to comment.