Initialize link field

This commit is contained in:
James Brister 2000-12-09 02:05:51 +00:00
parent 10e22ebcc3
commit 59bffa5d85

View file

@ -16,7 +16,7 @@
*/
/*
* $Id: ssu.c,v 1.17 2000/12/07 20:15:52 marka Exp $
* $Id: ssu.c,v 1.18 2000/12/09 02:05:51 brister Exp $
* Principal Author: Brian Wellington
*/
@ -173,6 +173,7 @@ dns_ssutable_addrule(dns_ssutable_t *table, isc_boolean_t grant,
rule->identity = NULL;
rule->name = NULL;
rule->types = NULL;
ISC_LINK_INIT(rule, link);
rule->grant = grant;