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);