[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
Re: [tor-bugs] #11200 [Tor]: cached consensus inteferes with DisableNetwork=1
#11200: cached consensus inteferes with DisableNetwork=1
-------------------------+-------------------------------------------------
Reporter: mcs | Owner:
Type: defect | Status: reopened
Priority: normal | Milestone: Tor: 0.2.5.x-final
Component: Tor | Version: Tor: 0.2.4.21
Resolution: | Keywords: tor-client, 024-backport,
Actual Points: | 025-triaged, andrea-review-0254, tbb-tor-
Points: | backported-3.6b2
| Parent ID:
-------------------------+-------------------------------------------------
Comment (by cypherpunks):
{{{
--- config.c
+++ config_2.c
@@ -1803,9 +1803,11 @@
* server descriptor.
*/
if (!old_options ||
- options_transition_affects_descriptor(old_options, options))
+ options_transition_affects_descriptor(old_options, options)) {
mark_my_descriptor_dirty("config change");
+ router_dir_info_changed();
+ }
/* We may need to reschedule some directory stuff if our status
changed. */
if (old_options) {
if (authdir_mode_v3(options) && !authdir_mode_v3(old_options))
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/11200#comment:18>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
_______________________________________________
tor-bugs mailing list
tor-bugs@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs