[xiph-commits] r9771 - icecast/trunk/icecast/src
karl at svn.xiph.org
karl at svn.xiph.org
Thu Aug 18 13:26:33 PDT 2005
Author: karl
Date: 2005-08-18 13:26:30 -0700 (Thu, 18 Aug 2005)
New Revision: 9771
Modified:
icecast/trunk/icecast/src/auth_url.c
Log:
missed a diff from previous commit, consistent naming style
Modified: icecast/trunk/icecast/src/auth_url.c
===================================================================
--- icecast/trunk/icecast/src/auth_url.c 2005-08-18 01:17:30 UTC (rev 9770)
+++ icecast/trunk/icecast/src/auth_url.c 2005-08-18 20:26:30 UTC (rev 9771)
@@ -414,7 +414,7 @@
free (url_info->auth_header);
url_info->auth_header = strdup (options->value);
}
- if (strcmp(options->name, "timelimit-header") == 0)
+ if (strcmp(options->name, "timelimit_header") == 0)
{
free (url_info->timelimit_header);
url_info->timelimit_header = strdup (options->value);
More information about the commits
mailing list