mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 02:22:04 -04:00
uninitialized link field.
This commit is contained in:
parent
5b9a83dd15
commit
f9e2482928
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: conflog.c,v 1.18 2000/08/01 01:23:22 tale Exp $ */
|
||||
/* $Id: conflog.c,v 1.19 2000/10/24 17:24:35 bwelling Exp $ */
|
||||
|
||||
#include <config.h>
|
||||
|
||||
|
|
@ -1110,6 +1110,7 @@ dns_c_logcat_new(isc_mem_t *mem, const char *name, dns_c_logcat_t **newlc) {
|
|||
for (i = 0 ; i < newc->cnames_len ; i++) {
|
||||
newc->channel_names[i] = NULL;
|
||||
}
|
||||
ISC_LINK_INIT(newc, next);
|
||||
|
||||
*newlc = newc;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue