]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo in error messages
authorAlan T. DeKok <aland@freeradius.org>
Fri, 27 Feb 2026 22:33:31 +0000 (17:33 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 27 Feb 2026 22:33:31 +0000 (17:33 -0500)
src/modules/rlm_sql/rlm_sql.c

index ed09c440e942abc33dbb15a6f6a401e05fa5f454..d42722cf56877f1ed516079d201ba792e823fef7 100644 (file)
@@ -1681,7 +1681,7 @@ static unlang_action_t CC_HINT(nonnull) mod_authorize_resume(unlang_result_t *p_
                        }
 
                        if (!call_env->group_check_query && !call_env->group_reply_query) {
-                               RWARN("Cannot process groups when neither authorize_group_check_query nor authorize_group_check_query are set");
+                               RWARN("Cannot process groups when neither authorize_group_check_query nor authorize_group_reply_query are set");
                                break;
                        }
 
@@ -1697,7 +1697,7 @@ static unlang_action_t CC_HINT(nonnull) mod_authorize_resume(unlang_result_t *p_
                        RDEBUG3("... falling-through to profile processing");
 
                        if (!call_env->group_check_query && !call_env->group_reply_query) {
-                               RWARN("Cannot process profiles when neither authorize_group_check_query nor authorize_group_check_query are set");
+                               RWARN("Cannot process profiles when neither authorize_group_check_query nor authorize_group_reply_query are set");
                                break;
                        }