]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove references to v3.1
authorAlan T. DeKok <aland@freeradius.org>
Fri, 15 Jan 2021 15:19:18 +0000 (10:19 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 15 Jan 2021 15:20:07 +0000 (10:20 -0500)
src/lib/unlang/compile.c

index 1d14e1274e88301d8b59e7a4b150ca64f6ac05b2..84792fe38f7cbdd9048ed1eecb278a2e2a5d28e1 100644 (file)
@@ -259,7 +259,7 @@ static bool pass2_fixup_cond_map(fr_cond_t *c, CONF_ITEM *ci)
                 *      Compile the LHS to an attribute reference only
                 *      if the RHS is a literal.
                 *
-                *      @todo v3.1: allow anything anywhere.
+                *      @todo - allow anything anywhere.
                 */
                if (!tmpl_is_unresolved(map->rhs)) {
                        if (!pass2_fixup_tmpl(map, map->ci, &map->lhs)) {
@@ -408,7 +408,7 @@ static bool pass2_fixup_cond_map(fr_cond_t *c, CONF_ITEM *ci)
        }
 
        /*
-        *      @todo v3.1: do the same thing for the RHS...
+        *      @todo - do the same thing for the RHS...
         */
 
        /*