mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-25 16:18:03 -04: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
1 changed files with 1 additions and 6 deletions
|
|
@ -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…
Reference in a new issue