mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 01:02:05 -04:00
Initialize link field
This commit is contained in:
parent
10e22ebcc3
commit
59bffa5d85
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue