mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 22:45:39 +00:00
undo one change from #2536
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: timer.c,v 1.86 2009/01/22 23:47:54 tbox Exp $ */
|
/* $Id: timer.c,v 1.87 2009/01/23 01:15:41 marka Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@@ -677,7 +677,7 @@ dispatch(isc_timermgr_t *manager, isc_time_t *now) {
|
|||||||
if (need_schedule) {
|
if (need_schedule) {
|
||||||
result = schedule(timer, now, ISC_FALSE);
|
result = schedule(timer, now, ISC_FALSE);
|
||||||
if (result != ISC_R_SUCCESS)
|
if (result != ISC_R_SUCCESS)
|
||||||
UNEXPECTED_ERROR(__FILE__, __LINE__, "%s",
|
UNEXPECTED_ERROR(__FILE__, __LINE__,
|
||||||
isc_msgcat_get(isc_msgcat,
|
isc_msgcat_get(isc_msgcat,
|
||||||
ISC_MSGSET_TIMER,
|
ISC_MSGSET_TIMER,
|
||||||
ISC_MSG_SCHEDFAIL,
|
ISC_MSG_SCHEDFAIL,
|
||||||
|
Reference in New Issue
Block a user