]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix ippool 'skip_locked' variable set (#4153)
authorJorge Pereira <jpereira@users.noreply.github.com>
Wed, 28 Jul 2021 19:14:49 +0000 (16:14 -0300)
committerGitHub <noreply@github.com>
Wed, 28 Jul 2021 19:14:49 +0000 (13:14 -0600)
If not in use, it must be declared just to make the parser happy.

doc/ChangeLog
raddb/mods-config/sql/ippool/mysql/queries.conf
raddb/mods-config/sql/ippool/oracle/queries.conf
raddb/mods-config/sql/ippool/postgresql/queries.conf

index 006fc8ddf4a033e898163262e9ce54e203de4fa2..f87abe08bb35dbe9bd1bbce8b0b9eb181494a879 100644 (file)
@@ -26,6 +26,7 @@ FreeRADIUS 3.0.24 Thu 10 Jun 2021 12:00:00 EDT urgency=low
          are disabled.
        * Fix chunked rlm_rest HTTP body.  Closes #4131.
          Patch from Nathan Ward.
+       * Some fixes around the SQL ippool queries.conf
 
 FreeRADIUS 3.0.23 Thu 10 Jun 2021 12:00:00 EDT urgency=low
        Feature improvements
index 85051c9eca33fce2db49f8d24378c0bb7d423f21..ed5ac010c4205f6cadbb3812ecb4d517642f0386 100644 (file)
@@ -10,6 +10,7 @@
 #  following if you are running a suitable version of MySQL
 #
 #skip_locked = "SKIP LOCKED"
+skip_locked = ""
 
 #
 #  This series of queries allocates an IP address
index 435162ed762d7f511fa8a8b7fe1eb946cb18fbea..1a64b28bd7773dd45023aa6bfe5aff39e26fd8bb 100644 (file)
@@ -10,6 +10,7 @@
 #  running a suitable version of Oracle
 #
 #skip_locked = "SKIP LOCKED"
+skip_locked = ""
 
 allocate_begin = "commit"
 start_begin = "commit"
index 6e0354991cbe5686a97bc77fd7203581ccbb3c45..ce6f355dda1241f28c98bf36b5ad9a1429d00b35 100644 (file)
@@ -10,6 +10,7 @@
 #  following if you are running a suitable version of PostgreSQL
 #
 #skip_locked = "SKIP LOCKED"
+skip_locked = ""
 
 #
 #  This series of queries allocates an IP address