]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix typo in test
authorNick Porter <nick@portercomputing.co.uk>
Fri, 26 Apr 2024 14:15:39 +0000 (15:15 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Fri, 26 Apr 2024 15:25:56 +0000 (16:25 +0100)
src/tests/modules/sqlippool/release.unlang

index ade5e01b6b53bc096a509e8e6f9e3081e14fbc98..070cfd23556cd477b6c11ba82fd6fbc383a9a5fa 100644 (file)
@@ -35,7 +35,7 @@ if !(updated) {
 #
 #  Verify the association with the device has been removed
 #
-if (%sql("SELECT address FROM fr_ippool WHERE pool_name = '%{control.IP-Pool.Name}' AND owner = '%{Calling-Station-Id}")) {
+if (%sql("SELECT address FROM fr_ippool WHERE pool_name = '%{control.IP-Pool.Name}' AND owner = '%{Calling-Station-Id}'")) {
        test_fail
 }