]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Sun, 8 Oct 2023 12:57:16 +0000 (08:57 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 8 Oct 2023 12:57:16 +0000 (08:57 -0400)
src/tests/modules/redis_ippool/alloc.unlang

index 9ffc707eac95226900cd1b7e679746dba507c470..de5499833f8f36c651b40636a9aa1e4776da818e 100644 (file)
@@ -36,7 +36,7 @@ if ((%redis('ZSCORE', "{%{control.IP-Pool.Name}}:pool", "%{reply.Framed-IP-Addre
 #
 #  Verify the IP hash has been set
 #
-if !(%redis('HGET', "{%{control.IP-Pool.Name}}:ip:%{reply.Framed-IP-Address}, 'device'") == '00:11:22:33:44:55') {
+if !(%redis('HGET', "{%{control.IP-Pool.Name}}:ip:%{reply.Framed-IP-Address}", 'device') == '00:11:22:33:44:55') {
        test_fail
 }