]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Mon, 26 Jun 2017 14:45:06 +0000 (10:45 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 26 Jun 2017 14:45:12 +0000 (10:45 -0400)
src/modules/proto_radius/proto_radius_auth.c

index df7c5ce7c45c17e3eae80804b583ec60a5d71deb..9e1be9557450b1ce53277d559b4691c99cc304d0 100644 (file)
@@ -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;
                }