From: Jorge Pereira Date: Wed, 28 Jul 2021 13:52:43 +0000 (-0300) Subject: Fix typo in MySQL/ippool queries.conf (#4152) X-Git-Tag: release_3_0_24~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=499b86d3ffcda27883bedeb54d8ec65121a26b5e;p=thirdparty%2Ffreeradius-server.git Fix typo in MySQL/ippool queries.conf (#4152) --- diff --git a/raddb/mods-config/sql/ippool/mysql/queries.conf b/raddb/mods-config/sql/ippool/mysql/queries.conf index af314bf76b6..85051c9eca3 100644 --- a/raddb/mods-config/sql/ippool/mysql/queries.conf +++ b/raddb/mods-config/sql/ippool/mysql/queries.conf @@ -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}' \