From: Alan T. DeKok Date: Fri, 15 Jan 2021 15:19:18 +0000 (-0500) Subject: remove references to v3.1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ff753af7a22b9b4b3f3f4eab17c453468bb75e2;p=thirdparty%2Ffreeradius-server.git remove references to v3.1 --- diff --git a/src/lib/unlang/compile.c b/src/lib/unlang/compile.c index 1d14e1274e8..84792fe38f7 100644 --- a/src/lib/unlang/compile.c +++ b/src/lib/unlang/compile.c @@ -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... */ /*