2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

used the wrong xfr in #734

This commit is contained in:
Mark Andrews
2001-02-11 02:23:12 +00:00
parent 7c3996209b
commit 4dc2987f47

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: zone.c,v 1.304 2001/02/09 06:04:53 marka Exp $ */ /* $Id: zone.c,v 1.305 2001/02/11 02:23:12 marka Exp $ */
#include <config.h> #include <config.h>
@@ -3669,7 +3669,7 @@ zone_shutdown(isc_task_t *task, isc_event_t *event) {
free_needed = exit_check(zone); free_needed = exit_check(zone);
UNLOCK_ZONE(zone); UNLOCK_ZONE(zone);
if (xfr != NULL) { if (xfr != NULL) {
dns_xfrin_shutdown(zone->xfr); dns_xfrin_shutdown(xfr);
LOCK_ZONE(zone); LOCK_ZONE(zone);
dns_xfrin_detach(&xfr); dns_xfrin_detach(&xfr);
UNLOCK_ZONE(zone); UNLOCK_ZONE(zone);