From: Jorge Pereira Date: Thu, 29 Jul 2021 11:19:53 +0000 (-0300) Subject: Fix typo in SQL ippool query (#4156) X-Git-Tag: release_3_0_24~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac384a0c501eff632901c9b02b4fcac51228ef37;p=thirdparty%2Ffreeradius-server.git Fix typo in SQL ippool query (#4156) --- diff --git a/raddb/mods-config/sql/ippool/mysql/queries.conf b/raddb/mods-config/sql/ippool/mysql/queries.conf index 3fd142e5bd8..50cae46a716 100644 --- a/raddb/mods-config/sql/ippool/mysql/queries.conf +++ b/raddb/mods-config/sql/ippool/mysql/queries.conf @@ -28,7 +28,7 @@ allocate_existing = "\ AND nasipaddress = '%{NAS-IP-Address}' AND pool_key = '${pool_key}' \ ORDER BY expiry_time DESC \ LIMIT 1 \ - FOR UDPATE ${skip_locked}" + FOR UPDATE ${skip_locked}" # # Find a free IP address from the pool, choosing the oldest expired one.