From 1b4e3f88bb63d84fdca5464507d14180bae5cd40 Mon Sep 17 00:00:00 2001 From: Michael Sawyer Date: Tue, 11 Jul 2000 17:49:02 +0000 Subject: [PATCH] Minor typo in error result --- bin/dig/dighost.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index c7d96458b8..6a058a2c1a 100644 --- a/bin/dig/dighost.c +++ b/bin/dig/dighost.c @@ -15,7 +15,7 @@ * SOFTWARE. */ -/* $Id: dighost.c,v 1.74 2000/07/11 17:35:49 mws Exp $ */ +/* $Id: dighost.c,v 1.75 2000/07/11 17:49:02 mws Exp $ */ /* * Notice to programmers: Do not use this code as an example of how to @@ -1786,7 +1786,7 @@ recv_done(isc_task_t *task, isc_event_t *event) { NULL, &query->lookup->interval, ISC_FALSE); - check_result(result, "isc_timer_create"); + check_result(result, "isc_timer_reset"); } } if (query->lookup->xfr_q == query) {