chiark / gitweb /
If glueless, do simple A lookup for glue.
authorianmdlvl <ianmdlvl>
Fri, 11 Jan 2002 23:35:18 +0000 (23:35 +0000)
committerianmdlvl <ianmdlvl>
Fri, 11 Jan 2002 23:35:18 +0000 (23:35 +0000)
scripts/named-conf

index a7894f510fbccbbb1ab919b2f76110c255c47718..53c06831879ade025b159dfb0d922d01f917ec1b 100755 (executable)
@@ -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;