mirror of
https://github.com/isc-projects/bind9.git
synced 2026-07-16 19:42:50 -04:00
Minor typo in error result
This commit is contained in:
parent
6331b9a45e
commit
1b4e3f88bb
1 changed files with 2 additions and 2 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue