[xiph-commits] r11942 - trunk/icecast2yp/src

oddsock at svn.xiph.org oddsock at svn.xiph.org
Mon Oct 23 13:21:15 PDT 2006


Author: oddsock
Date: 2006-10-23 13:21:14 -0700 (Mon, 23 Oct 2006)
New Revision: 11942

Modified:
   trunk/icecast2yp/src/yp_cgi.c
Log:
removal of the mime-type restrictions... yay!


Modified: trunk/icecast2yp/src/yp_cgi.c
===================================================================
--- trunk/icecast2yp/src/yp_cgi.c	2006-10-23 16:11:17 UTC (rev 11941)
+++ trunk/icecast2yp/src/yp_cgi.c	2006-10-23 20:21:14 UTC (rev 11942)
@@ -175,11 +175,13 @@
 		 		if (ptmp) {
 					strncpy(server_type, ptmp, sizeof(server_type)-1);
 					free(ptmp);
+					/*
 					Log(LOG_DEBUG, "Limiting by stream mime-type");
 					if (strncmp(server_type, "application/ogg", strlen("application/ogg"))) {
 						sendYPResponse(0, "We only accept Ogg stream listings", ICECAST2_RESPONSE);
 						goto endofcall;
 					}
+					*/
 				}
 			}
 		}



More information about the commits mailing list