From 73a78bba117972394d99f27739e9f3c0c5cd1f49 Mon Sep 17 00:00:00 2001 From: ianmdlvl Date: Fri, 11 Jan 2002 23:35:18 +0000 Subject: [PATCH] If glueless, do simple A lookup for glue. --- scripts/named-conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/named-conf b/scripts/named-conf index a7894f5..53c0683 100755 --- a/scripts/named-conf +++ b/scripts/named-conf @@ -421,7 +421,7 @@ sub zone_check_nsrrset ($$$$) { unless $glueless_ok || !$needglue || grep { has_suffix_of($s,".$_"); } @{ $cfg->{'conv_glueless'} }; - next; + ($rcode,@glue)= lookup($s,'a','0',"glueless NS from $ww"); } $glue= join ' ', sort @glue; push @{ $glue{$s}{$glue} }, $ww; -- 2.30.2