]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add necessary backslash. Fixes #5301
authorAlan T. DeKok <aland@freeradius.org>
Mon, 4 Mar 2024 21:02:15 +0000 (16:02 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 4 Mar 2024 21:02:58 +0000 (16:02 -0500)
raddb/mods-config/sql/main/mongo/queries.conf

index 847db9a623cd2008f4e51862f8a7ac47d0cc3178..a496932e4c0049a31232a67d7fe7455776c1764b 100644 (file)
@@ -214,7 +214,7 @@ accounting {
                                                'closed': false, \
                                                'creation_date': { '$date': { '$numberLong': '%{expr: (%l * 1000) + (%M / 1000)}' } } \
                                        } \
-                               },
+                               }, \
                                'upsert': true \
                        })"
                # End Interim-Update