]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fixup sldns_enum_edns_option typedef definition.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 30 May 2014 07:20:11 +0000 (07:20 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 30 May 2014 07:20:11 +0000 (07:20 +0000)
git-svn-id: file:///svn/unbound/trunk@3141 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
ldns/rrdef.h

index 20688f7e81efe6a3af52240c4f7a27443336fa91..eb6665adc4abe8c0a72270e0d65c0e7c38bcd381 100644 (file)
@@ -1,3 +1,6 @@
+30 May 2014: Wouter
+       - Fixup sldns_enum_edns_option typedef definition.
+
 28 May 2014: Wouter
        - Code cleanup patch from Dag-Erling Smorgrav, with compiler issue
          fixes from FreeBSD's copy of Unbound, he notes:
index 442eb26e0e03421ce91c4a37743e9435c09eb03f..b4b5b2e2acf4c050b7cec4267344a3032bd25c30 100644 (file)
@@ -419,7 +419,7 @@ enum sldns_enum_edns_option
        LDNS_EDNS_N3U = 7, /* RFC6975 */
        LDNS_EDNS_CLIENT_SUBNET = 8 /* draft-vandergaast-edns-client-subnet */
 };
-typedef enum sldns_edns_option sldns_edns_option;
+typedef enum sldns_enum_edns_option sldns_edns_option;
 
 #define LDNS_EDNS_MASK_DO_BIT 0x8000