mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-12-04 14:46:30 -05:00
removed unneeded variable
svn path=/icecast/trunk/icecast/; revision=8369
This commit is contained in:
parent
66568ed242
commit
ad39d9a450
@ -853,7 +853,6 @@ static void command_metadata(client_t *client, source_t *source,
|
|||||||
format_plugin_t *plugin;
|
format_plugin_t *plugin;
|
||||||
xmlDocPtr doc;
|
xmlDocPtr doc;
|
||||||
xmlNodePtr node;
|
xmlNodePtr node;
|
||||||
int ok = 1;
|
|
||||||
|
|
||||||
doc = xmlNewDoc("1.0");
|
doc = xmlNewDoc("1.0");
|
||||||
node = xmlNewDocNode(doc, NULL, "iceresponse", NULL);
|
node = xmlNewDocNode(doc, NULL, "iceresponse", NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user