3718. [bug] A missing ISC_LINK_INIT in log.c. [RT #35260]
This commit is contained in:
2
CHANGES
2
CHANGES
@@ -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]
|
||||
|
||||
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user