Changeset

6680:ae34b12c4335

mod_s2s/s2sout: Remove now unused config option dns_max_depth
author Kim Alvefur <zash@zash.se>
date Wed, 13 May 2015 21:43:05 +0200
parents 6645:4f934cf03bc9
children 6681:0217a04722c7
files plugins/mod_s2s/s2sout.lib.lua
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 = {};