2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

idle timeout code was missing isc_timer_touch()

This commit is contained in:
Andreas Gustafsson
2000-01-31 23:12:35 +00:00
parent f8b42037da
commit d405c0722d

View File

@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: xfrout.c,v 1.39 2000/01/27 00:56:10 gson Exp $ */
/* $Id: xfrout.c,v 1.40 2000/01/31 23:12:35 gson Exp $ */
#include <config.h>
@@ -1413,6 +1413,7 @@ xfrout_senddone(isc_task_t *task, isc_event_t *event) {
isc_event_free(&event);
xfr->sends--;
INSIST(xfr->sends == 0);
(void) isc_timer_touch(xfr->timer);
if (xfr->shuttingdown == ISC_TRUE) {
xfrout_maybe_destroy(xfr);
} else if (evresult != ISC_R_SUCCESS) {