mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-25 15:10:48 +01:00
When no descriptors changed, do not send a NEWDESC event.
svn:r5244
This commit is contained in:
parent
905ef987e2
commit
aac738d2be
1 changed files with 2 additions and 1 deletions
|
@ -1451,6 +1451,7 @@ router_load_routers_from_string(const char *s, int from_cache,
|
|||
smartlist_add(changed, ri);
|
||||
});
|
||||
|
||||
if (smartlist_len(changed))
|
||||
control_event_descriptors_changed(changed);
|
||||
|
||||
router_rebuild_store(0);
|
||||
|
|
Loading…
Add table
Reference in a new issue