Remove LDNS dep and fix a bug in libunbound const correctness fix

This commit is contained in:
Thomas Winget
2014-09-24 23:19:14 -04:00
parent 2248124453
commit fab95aef64
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ namespace tools
// RFC defines for record types and classes for DNS, gleaned from ldns source
const static int DNS_CLASS_IN = 1;
const static int DNS_TYPE_A = 1;
const static int DNS_TYPE_TXT = 6;
const static int DNS_TYPE_TXT = 16;
const static int DNS_TYPE_AAAA = 8;
struct DNSResolverData;