mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-24 04:13:28 +01:00
Oops. directory_set_dirty() needs to mark networkstatus as dirty too.
svn:r5066
This commit is contained in:
parent
b903b98e03
commit
bc0af7046a
@ -452,6 +452,8 @@ directory_set_dirty()
|
||||
the_directory_is_dirty = now;
|
||||
if (!runningrouters_is_dirty)
|
||||
runningrouters_is_dirty = now;
|
||||
if (!the_v2_networkstatus_is_dirty)
|
||||
the_v2_networkstatus_is_dirty = now;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user