]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Remove incorrect comment
authorNick Porter <nick@portercomputing.co.uk>
Mon, 1 Sep 2025 09:53:36 +0000 (10:53 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Mon, 1 Sep 2025 09:53:36 +0000 (10:53 +0100)
src/modules/rlm_radius/rlm_radius.c

index 856f986aac4071fbae8de9775ecda7a9d5e51cc3..a9b2b8fe82883c409ea606d72dc3bcc653da9af6 100644 (file)
@@ -252,9 +252,6 @@ static int mode_parse(UNUSED TALLOC_CTX *ctx, void *out, void *parent,
 
        mode = fr_table_value_by_str(mode_names, name, RLM_RADIUS_MODE_INVALID);
 
-       /*
-        *      Commented out until we upgrade the old configurations.
-        */
        if (mode == RLM_RADIUS_MODE_INVALID) {
                cf_log_err(ci, "Invalid mode name \"%s\"", name);
                return -1;