|
|
|
|
@ -50,13 +50,3 @@
|
|
|
|
|
|
|
|
|
|
/* Couldn't free it before now since we were using fields out of it. */
|
|
|
|
|
FREE(del);
|
|
|
|
|
--- src/bin/named/ns_notify.c 8 Apr 2003 02:44:24 -0000 8.21
|
|
|
|
|
+++ src/bin/named/ns_notify.c 4 Jun 2003 04:23:18 -0000
|
|
|
|
|
@@ -390,7 +390,6 @@
|
|
|
|
|
if (zones[adp->d_zone].z_type == z_master ||
|
|
|
|
|
zones[adp->d_zone].z_type == z_slave) {
|
|
|
|
|
auth = 1;
|
|
|
|
|
- continue;
|
|
|
|
|
}
|
|
|
|
|
if (!match(adp, class, T_A) &&
|
|
|
|
|
!match(adp, class, T_AAAA))
|
|
|
|
|
|