2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 13:38:26 +00:00

removed the check for stray NOMINUM_, since it didn't work. It's also not too useful

if keys can now be arbitrary.
This commit is contained in:
Brian Wellington 2000-10-10 23:12:54 +00:00
parent 70c7872be6
commit cfdb88eb33

View File

@ -15,7 +15,7 @@
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
# WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
# $Id: sanitize.pl,v 1.12 2000/10/10 23:07:35 bwelling Exp $ # $Id: sanitize.pl,v 1.13 2000/10/10 23:12:54 bwelling Exp $
# Don't try and sanitize this file: NOMINUM_IGNORE # Don't try and sanitize this file: NOMINUM_IGNORE
@ -176,11 +176,6 @@ sub runfile($) {
goto doneline; goto doneline;
} }
} }
if (/NOMINUM_/) {
print(STDERR "*** WARNING in file $_[0] line $.: ".
"NOMINUM_ outside of ".
"#ifdef/#else/#endif.\n");
}
doneline: doneline:
for ($i = 0 ; $i < $curkeys; $i++) { for ($i = 0 ; $i < $curkeys; $i++) {
if ($state[$i] != 0) { if ($state[$i] != 0) {