]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
fixed typo
authorRay Bellis <ray@isc.org>
Wed, 21 Oct 2015 16:17:27 +0000 (17:17 +0100)
committerRay Bellis <ray@isc.org>
Wed, 21 Oct 2015 16:17:27 +0000 (17:17 +0100)
ldns/dnssec.h

index c6a744cfcec5c754722f659ed49f3e0e6370c854..0e1037e9402d023ffdb394a3baa5c89a2ea27d11 100644 (file)
@@ -369,7 +369,7 @@ ldns_rdf *ldns_nsec3_hash_name_frm_nsec3(const ldns_rr *nsec, const ldns_rdf *na
  * \param[in] type the type to check for
  * \return true when t is found and set, otherwise return false
  */
-bool ldns_nsec_bitmap_covers_type(const const ldns_rdf* bitmap, ldns_rr_type type);
+bool ldns_nsec_bitmap_covers_type(const ldns_rdf* bitmap, ldns_rr_type type);
 
 /**
  * Checks if RR type t is enumerated in the type bitmap rdf and sets the bit.