Index: /trunk/DNSDB.pm
===================================================================
--- /trunk/DNSDB.pm	(revision 1035)
+++ /trunk/DNSDB.pm	(revision 1036)
@@ -6846,4 +6846,5 @@
       $$recflags{$ip}++;
       next if $hpat eq '%blank%';	# Allows blanking a subnet so no records are published.
+      next if $hpat =~ /^\%blank\%/;	# Safety net in case of oopses elsewhere
       my $rec = $hpat;	# start fresh with the template for each IP
 ##fixme:  there really isn't a good way to handle sub-/24 zones here.  This way at least
