diff options
Diffstat (limited to 'lib/isc/log.c')
-rw-r--r-- | lib/isc/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/isc/log.c b/lib/isc/log.c index 2cf584b44a6d..986ed61352e6 100644 --- a/lib/isc/log.c +++ b/lib/isc/log.c @@ -1633,6 +1633,7 @@ isc_log_doit(isc_log_t *lctx, isc_logcategory_t *category, TIME_NOW(&new->time); + ISC_LINK_INIT(new, link); ISC_LIST_APPEND(lctx->messages, new, link); } |