]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
remove '&'
authorAlan T. DeKok <aland@freeradius.org>
Thu, 6 Mar 2025 17:24:41 +0000 (12:24 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 6 Mar 2025 21:12:49 +0000 (16:12 -0500)
raddb/mods-available/redundant_sql

index dd23790e1e07af2345b738006cedce53a79595d6..656b9f17b6003042346f1358cb7b4864c7f7b3ff 100644 (file)
@@ -33,7 +33,7 @@
 #  it will be `redundant_sql`.  You can then use this expansion
 #  just like any other:
 #
-#      &reply.Filter-Id := "%redundant_sql( ... )"
+#      reply.Filter-Id := "%redundant_sql( ... )"
 #
 #  In this example, the expansion is done via module `sql1`, and if
 #  that expansion fails, using module `sql2`.