# HG changeset patch # User Kim Alvefur # Date 1431546185 -7200 # Node ID ae34b12c43357af044c8ac8d072bbdb6bdd65ceb # Parent 4f934cf03bc976086d04ea68d440affd5f3314c7 mod_s2s/s2sout: Remove now unused config option dns_max_depth diff -r 4f934cf03bc9 -r ae34b12c4335 plugins/mod_s2s/s2sout.lib.lua --- a/plugins/mod_s2s/s2sout.lib.lua Sun Apr 26 19:50:24 2015 +0200 +++ b/plugins/mod_s2s/s2sout.lib.lua Wed May 13 21:43:05 2015 +0200 @@ -29,7 +29,6 @@ local dns_timeout = module:get_option_number("dns_timeout", 15); dns.settimeout(dns_timeout); -local max_dns_depth = module:get_option_number("dns_max_depth", 3); local s2sout = {};