mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-02-02 03:39:27 -05:00
- init lzt variable, for older gcc compiler warnings.
git-svn-id: file:///svn/unbound/trunk@3896 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
3d62b46073
commit
44ab21485d
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
20 October 2016: Wouter
|
||||
- suppress compile warning in lex files.
|
||||
- init lzt variable, for older gcc compiler warnings.
|
||||
|
||||
19 October 2016: Wouter
|
||||
- Fix #1130: whitespace in example.conf.in more consistent.
|
||||
|
|
|
|||
|
|
@ -1532,7 +1532,7 @@ local_zones_answer(struct local_zones* zones, struct query_info* qinfo,
|
|||
int labs = dname_count_labels(qinfo->qname);
|
||||
struct local_data* ld = NULL;
|
||||
struct local_zone* z = NULL;
|
||||
enum localzone_type lzt;
|
||||
enum localzone_type lzt = local_zone_transparent;
|
||||
int r, tag = -1;
|
||||
|
||||
if(view) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue