3718. [bug] A missing ISC_LINK_INIT in log.c. [RT #35260]

This commit is contained in:
Mark Andrews
2014-01-30 07:44:02 +11:00
parent 61932ed917
commit fbc0e37e0c
2 changed files with 3 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
3718. [bug] A missing ISC_LINK_INIT in log.c. [RT #35260]
3717. [port] hpux: Treat EOPNOTSUPP as a expected error code when
probing to see if it is possible to set dscp values
on a per packet basis. [RT #35252]

View File

@@ -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);
}