were being sent for the zone. [RT# 9442]
-1529. [placeholder]
+1529. [bug] "notify explict;" failed to log that NOTIFY messages
+ were being sent for the zone.
1528. [cleanup] Simplify some dns_name_ functions based on the
deprecation of bitstring labels.
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: zone.c,v 1.400 2003/10/17 03:46:44 marka Exp $ */
+/* $Id: zone.c,v 1.401 2003/11/03 23:40:24 marka Exp $ */
#include <config.h>
UNLOCK_ZONE(zone);
return;
}
+ if (!loggednotify) {
+ notify_log(zone, ISC_LOG_INFO,
+ "sending notifies (serial %u)",
+ serial);
+ loggednotify = ISC_TRUE;
+ }
notify = NULL;
}
UNLOCK_ZONE(zone);