mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +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:
parent
70c7872be6
commit
cfdb88eb33
@ -15,7 +15,7 @@
|
||||
# NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
# 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
|
||||
|
||||
@ -176,11 +176,6 @@ sub runfile($) {
|
||||
goto doneline;
|
||||
}
|
||||
}
|
||||
if (/NOMINUM_/) {
|
||||
print(STDERR "*** WARNING in file $_[0] line $.: ".
|
||||
"NOMINUM_ outside of ".
|
||||
"#ifdef/#else/#endif.\n");
|
||||
}
|
||||
doneline:
|
||||
for ($i = 0 ; $i < $curkeys; $i++) {
|
||||
if ($state[$i] != 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user