1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-12-04 14:46:30 -05:00

missed a diff from previous commit, consistent naming style

svn path=/icecast/trunk/icecast/; revision=9771
This commit is contained in:
Karl Heyes 2005-08-18 20:26:30 +00:00
parent 1aa657f1b4
commit 98d569bbf5

View File

@ -414,7 +414,7 @@ int auth_get_url_auth (auth_t *authenticator, config_options_t *options)
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);