Displaying 1 result from an estimated 1 matches for "ice_config_http_header_t".
2016 Jun 06
0
[PATCH] Config: Rename mp3-metadata-interval to icy-metadata-interval
...-----
1 file changed, 15 insertions(+), 6 deletions(-)
diff --git a/src/cfgfile.c b/src/cfgfile.c
index f8fde5d..dfe2891 100644
--- a/src/cfgfile.c
+++ b/src/cfgfile.c
@@ -397,7 +397,7 @@ static void __append_old_style_url_event(event_registration_t **list,
static void config_clear_http_header(ice_config_http_header_t *header)
{
ice_config_http_header_t *old;
-
+
while (header) {
xmlFree(header->name);
xmlFree(header->value);
@@ -997,7 +997,7 @@ static void _parse_root(xmlDocPtr doc,
"interface (stylesheets, images).");
__check_hostname(c...