mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge remote branch 'origin/maint-0.2.2'
Conflicts: configure.in contrib/tor-mingw.nsi.in src/win32/orconfig.h
This commit is contained in:
+1
-1
@@ -1524,7 +1524,7 @@ router_rebuild_descriptor(int force)
|
||||
/* Let bridges serve their own descriptors unencrypted, so they can
|
||||
* pass reachability testing. (If they want to be harder to notice,
|
||||
* they can always leave the DirPort off). */
|
||||
if (!options->BridgeRelay)
|
||||
if (ei && !options->BridgeRelay)
|
||||
ei->cache_info.send_unencrypted = 1;
|
||||
|
||||
router_get_router_hash(ri->cache_info.signed_descriptor_body,
|
||||
|
||||
Reference in New Issue
Block a user