1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-09-22 04:15:54 -04:00

removed unneeded variable

svn path=/icecast/trunk/icecast/; revision=8369
This commit is contained in:
oddsock 2004-12-10 23:24:08 +00:00
parent 66568ed242
commit ad39d9a450

View File

@ -853,7 +853,6 @@ static void command_metadata(client_t *client, source_t *source,
format_plugin_t *plugin;
xmlDocPtr doc;
xmlNodePtr node;
int ok = 1;
doc = xmlNewDoc("1.0");
node = xmlNewDocNode(doc, NULL, "iceresponse", NULL);