mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
Fixup warning.
git-svn-id: file:///svn/unbound/trunk@1112 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
parent
8527bd4aff
commit
39e01091e7
3 changed files with 633 additions and 824 deletions
|
|
@ -4,6 +4,7 @@
|
|||
and lameness.
|
||||
* check if no AA bit for non-forwarder, and thus lame zone.
|
||||
In response to error report by Richard Doty for mail.opusnet.com.
|
||||
- fixup unput warning from lexer on freeBSD.
|
||||
|
||||
8 June 2008: Wouter
|
||||
- if multiple CNAMEs, use the first one. Fixup akamai CNAME bug.
|
||||
|
|
|
|||
1420
util/configlexer.c
1420
util/configlexer.c
File diff suppressed because it is too large
Load diff
|
|
@ -19,7 +19,7 @@
|
|||
#include "util/configparser.h"
|
||||
void ub_c_error(const char *message);
|
||||
|
||||
#define YY_NO_UNPUT
|
||||
#define YY_NO_UNPUT 1
|
||||
|
||||
#if 0
|
||||
#define LEXOUT(s) printf s /* used ONLY when debugging */
|
||||
|
|
|
|||
Loading…
Reference in a new issue