]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add missing backslash
authorAlan T. DeKok <aland@freeradius.org>
Thu, 7 Nov 2019 22:01:27 +0000 (17:01 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 7 Nov 2019 23:55:13 +0000 (18:55 -0500)
raddb/mods-config/sql/main/mongo/queries.conf

index 20c70c3d0f37faebc431b45888fa09572dedd39e..0d6ed7923408fdec68f290c8d015a8571ae608d7 100644 (file)
@@ -71,7 +71,7 @@ authorize_check_query = "db.mobiles.aggregate([ \
                                'attributes.Pool-Name': '$pool_name' \
                } \
        }, \
-       {
+       { \
                '$project': { \
                        'calling_station_id': 1, \
                        'attributes': { \