diff --git a/doc/Changelog b/doc/Changelog index 5716f1392..895a1ff92 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -3,6 +3,8 @@ enabled in the config file from Manu Bretelle. - make depend, autoconf, remove warnings about statement before var. - lru_demote and lruhash_insert_or_retrieve functions for getdns. + - fixup for lruhash (whitespace and header file comment). + - dnscrypt tests. 17 March 2017: Wouter - Patch for view functionality for local-data-ptr from Björn Ketelaars. diff --git a/testdata/dnscrypt_cert.tpkg b/testdata/dnscrypt_cert.tpkg new file mode 100644 index 000000000..18b41a27f Binary files /dev/null and b/testdata/dnscrypt_cert.tpkg differ diff --git a/testdata/dnscrypt_queries.tpkg b/testdata/dnscrypt_queries.tpkg new file mode 100644 index 000000000..fa3cdca00 Binary files /dev/null and b/testdata/dnscrypt_queries.tpkg differ diff --git a/util/storage/lruhash.h b/util/storage/lruhash.h index af06b6229..4759b5001 100644 --- a/util/storage/lruhash.h +++ b/util/storage/lruhash.h @@ -326,7 +326,7 @@ void lru_demote(struct lruhash* table, struct lruhash_entry* entry); * @param hash: hash value. User calculates the hash. * @param entry: identifies the entry. * @param data: the data. - * @param cb_override: if not null overrides the cb_arg for the deletefunc. + * @param cb_arg: if not null overrides the cb_arg for the deletefunc. * @return: pointer to the existing entry if the key was already present, * or to the entry argument if it was not. */