]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Mon, 9 Jun 2025 14:51:47 +0000 (10:51 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 9 Jun 2025 14:51:47 +0000 (10:51 -0400)
src/main/realms.c

index 57cb5f77cb0cb98991144ed9ce9d70f66965a596..133fa8dd94a1c6bd44018c57f77f28c7e5385d2b 100644 (file)
@@ -637,7 +637,7 @@ void realm_home_server_sanitize(home_server_t *home, CONF_SECTION *cs)
                home->parent_server = cf_section_name2(parent);
        }
 
-       FR_INTEGER_BOUND_CHECK("coa_mrt", home->affinity, <=, 255);
+       FR_INTEGER_BOUND_CHECK("affinity", home->affinity, <=, 255);
 }
 
 /** Insert a new home server into the various internal lookup trees