Fixup warning.

git-svn-id: file:///svn/unbound/trunk@1112 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2008-06-09 09:29:44 +00:00
parent 8527bd4aff
commit 39e01091e7
3 changed files with 633 additions and 824 deletions

View file

@ -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.

File diff suppressed because it is too large Load diff

View file

@ -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 */