]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 4 Sep 2023 09:30:43 +0000 (03:30 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 4 Sep 2023 09:30:43 +0000 (03:30 -0600)
src/modules/rlm_ldap/rlm_ldap.c

index ba63c9cad1f48c1bf29bbc1f54734a6fa2b2a245..ac360c385922dcc534450ec3252bec101dca9d4b 100644 (file)
@@ -1535,7 +1535,7 @@ static unlang_action_t mod_authorize_resume(rlm_rcode_t *p_result, UNUSED int *p
 
                                if (RDEBUG_ENABLED3) {
                                        for (struct berval **bv_p = autz_ctx->profile_values; *bv_p; bv_p++) {
-                                               RDEBUG3("Will evaluate suspended profile with DN \"%pV\"", fr_box_strvalue_len((*bv_p)->bv_val, (*bv_p)->bv_len));
+                                               RDEBUG3("Will evaluate profile with DN \"%pV\"", fr_box_strvalue_len((*bv_p)->bv_val, (*bv_p)->bv_len));
                                        }
                                }
                        }