From 98d569bbf5351349b0719eac14e11ca2cf9a30d5 Mon Sep 17 00:00:00 2001 From: Karl Heyes Date: Thu, 18 Aug 2005 20:26:30 +0000 Subject: [PATCH] missed a diff from previous commit, consistent naming style svn path=/icecast/trunk/icecast/; revision=9771 --- src/auth_url.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth_url.c b/src/auth_url.c index 21a1cb93..6a81c429 100644 --- a/src/auth_url.c +++ b/src/auth_url.c @@ -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);