diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-05-06 10:18:34 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-05-06 10:18:34 -0400 |
commit | 78301d99fe0a9464992baea22be3c6fd42b7dcad (patch) | |
tree | 4c1321f785be3c4e6cdd68ba6175dc8b760c2e3c /changes | |
parent | 388478561dd4457afedf530591f02cb05864b187 (diff) | |
download | tor-78301d99fe0a9464992baea22be3c6fd42b7dcad.tar tor-78301d99fe0a9464992baea22be3c6fd42b7dcad.tar.gz |
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.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug11761 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug11761 b/changes/bug11761 new file mode 100644 index 000000000..ffcae5a71 --- /dev/null +++ b/changes/bug11761 @@ -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". + |