]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
redis ippool: Need the delay module here too
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 13 Apr 2023 11:06:12 +0000 (21:06 +1000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 13 Apr 2023 11:06:12 +0000 (21:06 +1000)
src/tests/modules/redis_ippool/module.conf

index ba2819346c851d0d635d58759119561ac765b07f..38f9951ff2f0f21897d95ec994f8969ccc7cef71 100644 (file)
@@ -107,3 +107,6 @@ redis_ippool {
 }
 
 redis = ${modules.redis_ippool.redis}
+
+delay {
+}