mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Oops. directory_set_dirty() needs to mark networkstatus as dirty too.
svn:r5066
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user