Fix compilation with DEBUG_DNS_CACHE

Reported by cypherpunks.

Fix for #11761; bugfix on 0.2.3.13-alpha where we made ht.h stop using
_identifiers.
This commit is contained in:
Nick Mathewson
2014-05-06 10:18:34 -04:00
parent 388478561d
commit 78301d99fe
3 changed files with 6 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor bugfixes:
- Fix compilation when DNS_CACHE_DEBUG is enabled. Fixes bug 11761;
bugfix on 0.2.3.13-alpha. Found by "cypherpunks".