From: Alan T. DeKok Date: Mon, 26 Jun 2017 14:45:06 +0000 (-0400) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d1f0ff172fa45c96d7e66a00713548ad4ef56b2;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/modules/proto_radius/proto_radius_auth.c b/src/modules/proto_radius/proto_radius_auth.c index df7c5ce7c45..9e1be955745 100644 --- a/src/modules/proto_radius/proto_radius_auth.c +++ b/src/modules/proto_radius/proto_radius_auth.c @@ -513,7 +513,7 @@ static fr_io_final_t mod_process(REQUEST *request, UNUSED fr_io_action_t action) /* - * Ensure that the "radius" section is compiled. + * Ensure that the "recv Access-Request" etc. sections are compiled. */ static int auth_listen_compile(CONF_SECTION *server_cs, UNUSED CONF_SECTION *listen_cs) { @@ -556,7 +556,7 @@ static int auth_listen_compile(CONF_SECTION *server_cs, UNUSED CONF_SECTION *lis name2 = cf_section_name2(subcs); if (!name2) { - cf_log_err(subcs, "An name is required for the 'authenticate { ... }' section"); + cf_log_err(subcs, "A second name is required for the 'authenticate { ... }' section"); return -1; }