]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Fri, 17 Jan 2025 14:06:22 +0000 (09:06 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 17 Jan 2025 14:06:22 +0000 (09:06 -0500)
src/modules/rlm_proxy_rate_limit/rlm_proxy_rate_limit.c

index 57b6db11b579213cbdcf431ae8d03c5b09f9a0d8..1fe5bcc7415247e903312b91b8b9c24b9b13ee41 100644 (file)
@@ -122,7 +122,7 @@ static const CONF_PARSER module_config[] = {
        { "max_entries", FR_CONF_OFFSET(PW_TYPE_INTEGER, rlm_proxy_rate_limit_t, max_entries), "65536" },
        { "idle_timeout", FR_CONF_OFFSET(PW_TYPE_INTEGER, rlm_proxy_rate_limit_t, idle_timeout), "2" },
        { "num_subtables", FR_CONF_OFFSET(PW_TYPE_INTEGER, rlm_proxy_rate_limit_t, num_subtables), "256" },
-       { "window", FR_CONF_OFFSET(PW_TYPE_INTEGER, rlm_proxy_rate_limit_t, window), 1},
+       { "window", FR_CONF_OFFSET(PW_TYPE_INTEGER, rlm_proxy_rate_limit_t, window), "1"},
        CONF_PARSER_TERMINATOR
 };