[xiph-commits] r8369 - icecast/trunk/icecast/src
oddsock at motherfish-iii.xiph.org
oddsock at motherfish-iii.xiph.org
Fri Dec 10 15:24:08 PST 2004
Author: oddsock
Date: 2004-12-10 15:24:08 -0800 (Fri, 10 Dec 2004)
New Revision: 8369
Modified:
icecast/trunk/icecast/src/admin.c
Log:
removed unneeded variable
Modified: icecast/trunk/icecast/src/admin.c
===================================================================
--- icecast/trunk/icecast/src/admin.c 2004-12-10 23:20:14 UTC (rev 8368)
+++ icecast/trunk/icecast/src/admin.c 2004-12-10 23:24:08 UTC (rev 8369)
@@ -853,7 +853,6 @@
format_plugin_t *plugin;
xmlDocPtr doc;
xmlNodePtr node;
- int ok = 1;
doc = xmlNewDoc("1.0");
node = xmlNewDocNode(doc, NULL, "iceresponse", NULL);
More information about the commits
mailing list