]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typo in MySQL/ippool queries.conf (#4152)
authorJorge Pereira <jpereira@users.noreply.github.com>
Wed, 28 Jul 2021 13:52:43 +0000 (10:52 -0300)
committerGitHub <noreply@github.com>
Wed, 28 Jul 2021 13:52:43 +0000 (14:52 +0100)
raddb/mods-config/sql/ippool/mysql/queries.conf

index af314bf76b65280e11873b2d15c85151266c0b65..85051c9eca33fce2db49f8d24378c0bb7d423f21 100644 (file)
@@ -21,7 +21,7 @@
 # If different criteria are used, check the indexes on the IP pool table to ensure the fields
 # are appropriately indexed.  To disable stickyness comment out this query.
 #
-allocate_existing = \"
+allocate_existing = "\
        SELECT framedipaddress FROM ${ippool_table} \
        WHERE pool_name = '%{control:${pool_name}}' \
        AND nasipaddress = '%{NAS-IP-Address}' AND pool_key = '${pool_key}' \