]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typo. Closes #783
authorAlan T. DeKok <aland@freeradius.org>
Tue, 9 Sep 2014 12:15:41 +0000 (08:15 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 9 Sep 2014 12:15:51 +0000 (08:15 -0400)
raddb/mods-config/sql/ippool-dhcp/mysql/queries.conf

index ac9476e5091010d39c9212e424efb360a99a1e71..ada0018df52792240d59da9e38029f4dc5800f48 100644 (file)
@@ -48,7 +48,7 @@ allocate_find = "\
                (callingstationid <> '%{Calling-Station-Id}'), \
                expiry_time \
        LIMIT 1 \
-       OR UPDATE"
+       FOR UPDATE"
 
 #
 #  If you prefer to allocate a random IP address every time, use this query instead