mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-04 22:09:36 -05:00
- Re-fix #839 from view commit overwrite.
git-svn-id: file:///svn/unbound/trunk@3882 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
840142397d
commit
dd2711d78c
2 changed files with 4 additions and 1 deletions
|
|
@ -1,3 +1,6 @@
|
|||
17 October 2016: Wouter
|
||||
- Re-fix #839 from view commit overwrite.
|
||||
|
||||
12 October 2016: Ralph
|
||||
- Free view config elements.
|
||||
|
||||
|
|
|
|||
|
|
@ -159,7 +159,7 @@ local_zone_create(uint8_t* nm, size_t len, int labs,
|
|||
z->namelen = len;
|
||||
z->namelabs = labs;
|
||||
lock_rw_init(&z->lock);
|
||||
z->region = regional_create();
|
||||
z->region = regional_create_custom(sizeof(struct regional));
|
||||
if(!z->region) {
|
||||
free(z);
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Reference in a new issue