+1624. [bug] zonemgr_putio() call should be locked. [RT# 11163]
+
1623. [bug] A serial number of zero was being displayed in the
"sending notifies" log message when also-notify was
used. [RT #11177]
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: zone.c,v 1.413 2004/04/28 04:23:24 marka Exp $ */
+/* $Id: zone.c,v 1.414 2004/04/29 01:44:44 marka Exp $ */
#include <config.h>
if (zone->dctx != NULL)
dns_dumpctx_detach(&zone->dctx);
+ zonemgr_putio(&zone->writeio);
UNLOCK_ZONE(zone);
if (again)
(void)zone_dump(zone, ISC_FALSE);
- zonemgr_putio(&zone->writeio);
dns_zone_idetach(&zone);
}