From 484451695676f1d38ecd376c37d7e648731d8d77 Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Fri, 6 Sep 2013 10:37:33 -0400 Subject: [PATCH] Fix doxygen --- src/main/evaluate.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/main/evaluate.c b/src/main/evaluate.c index c1e9b6c167..c50a85f213 100644 --- a/src/main/evaluate.c +++ b/src/main/evaluate.c @@ -283,9 +283,7 @@ static VALUE_PAIR *get_cast_vp(REQUEST *request, value_pair_tmpl_t const *vpt, D * @param[in] request the REQUEST * @param[in] modreturn the previous module return code * @param[in] depth of the recursion (only used for debugging) - * @param[in] map the map to evaluate - * @param[in] iflag for regex case-insensitive comparisons - * @param[in] cast of the data type to use for evaluations. + * @param[in] c the condition to evaluate * @return -1 on error, 0 for "no match", 1 for "match". */ int radius_evaluate_map(REQUEST *request, UNUSED int modreturn, UNUSED int depth, -- 2.47.3