summaryrefslogtreecommitdiff
path: root/lib/isc/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/isc/timer.c')
-rw-r--r--lib/isc/timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/isc/timer.c b/lib/isc/timer.c
index 390a755e..19888e02 100644
--- a/lib/isc/timer.c
+++ b/lib/isc/timer.c
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: timer.c,v 1.81.32.2 2008/06/24 23:46:26 tbox Exp $ */
+/* $Id: timer.c,v 1.81.32.3 2008/08/22 05:58:45 marka Exp $ */
/*! \file */
@@ -660,7 +660,7 @@ dispatch(isc_timermgr_t *manager, isc_time_t *now) {
if (event != NULL) {
event->due = timer->due;
isc_task_send(timer->task,
- (isc_event_t **)&event);
+ ISC_EVENT_PTR(&event));
} else
UNEXPECTED_ERROR(__FILE__, __LINE__,
isc_msgcat_get(isc_msgcat,