From: Miek Gieben Date: Wed, 25 Jan 2006 13:28:53 +0000 (+0000) Subject: other cleanups X-Git-Tag: release-1.1.0~380 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71a624e28984a4dbdbbd98febb6554b6fd06a727;p=thirdparty%2Fldns.git other cleanups --- diff --git a/TODO b/TODO index 8621d984..5b08dfe2 100644 --- a/TODO +++ b/TODO @@ -2,7 +2,7 @@ Current TODO list Roadmap: 1.0.x: stable releases, with only bugfixes -1.1.0: feature complete +1.1.0: feature completeness + documentation 1.1.x: optimization diff --git a/libdns.vim b/libdns.vim index 22e43cc1..896382a8 100644 --- a/libdns.vim +++ b/libdns.vim @@ -89,6 +89,7 @@ syn keyword ldnsConstant LDNS_SECTION_ANSWER syn keyword ldnsConstant LDNS_SECTION_AUTHORITY syn keyword ldnsConstant LDNS_SECTION_ADDITIONAL syn keyword ldnsConstant LDNS_SECTION_ANY +syn keyword ldnsConstant LDNS_SECTION_ANY_NOQUESTION syn keyword ldnsConstant LDNS_MAX_PACKETLEN syn keyword ldnsConstant LDNS_PACKET_QUERY syn keyword ldnsConstant LDNS_PACKET_IQUERY diff --git a/packet.c b/packet.c index eef0dba7..2fa6fa44 100644 --- a/packet.c +++ b/packet.c @@ -371,7 +371,7 @@ ldns_pkt_rr(ldns_pkt *pkt, ldns_pkt_section sec, ldns_rr *rr) return false; } -/* ldns_pkt_rr does somethinf else */ +/* ldns_pkt_rr does something else */ ldns_rr * ldns_pkt_get_rr(ldns_pkt *p, uint16_t n) {