]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix doxygen release_3_0_0_rc1
authorAlan T. DeKok <aland@freeradius.org>
Fri, 6 Sep 2013 14:37:33 +0000 (10:37 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 6 Sep 2013 14:37:33 +0000 (10:37 -0400)
src/main/evaluate.c

index c1e9b6c167e364c929e4bbaccb541c4a447732c8..c50a85f2138e03ba1e57c2e572b781a31e76bbf8 100644 (file)
@@ -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,