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:
parent
1aa657f1b4
commit
98d569bbf5
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user