Merge remote-tracking branch 'tor-github/pr/1441' into maint-0.4.2

This commit is contained in:
Nick Mathewson
2019-10-22 14:46:10 -04:00
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -1388,7 +1388,7 @@ STATIC periodic_event_item_t mainloop_periodic_events[] = {
/* This is a legacy catch-all callback that runs once per second if
* we are online and active. */
CALLBACK(second_elapsed, NET_PARTICIPANT,
FL(NEED_NET)|FL(RUN_ON_DISABLE)),
FL(RUN_ON_DISABLE)),
/* XXXX Do we have a reason to do this on a callback? Does it do any good at
* all? For now, if we're dormant, we can let our listeners decay. */