Since desc_by_eid_map hold server descriptors, do not add routerinfo_ts. Bug found by weasel
svn:r10561
controller connections on Unix domain sockets on systems that support
them. (Patch from Peter Palfrader.)
+ o Minor bugfixes (directory):
+ - Fix another crash bug related to extra-info caching. (Bug found by
+ Peter Palfrader.) [Bugfix on 0.2.0.2-alpha]
+
o Minor bugfixes (dns):
- Fix a crash when DNSPort is set more than once. (Patch from Robert
- Hogan.)
+ Hogan.) [Bugfix on 0.2.0.2-alpha]
o Minor bugfixes (hidden services):
- Stop tearing down the whole circuit when the user asks for a
if (!tor_digest_is_zero(ri_new->cache_info.extra_info_digest)) {
digestmap_set(rl->desc_by_eid_map, ri_new->cache_info.extra_info_digest,
- ri_new);
+ &ri_new->cache_info);
}
if (make_old && get_options()->DirPort &&