diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-22 14:46:10 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-22 14:46:10 -0400 |
commit | 2ed194c9a93c9e60ca4d4ff0bbf25acb2cf2c62c (patch) | |
tree | 7bbdddd3da1f7d5fd6c5c879367265ba574cff87 /src | |
parent | edc3f70635fdead8f4dd777117c82b7319c19fe6 (diff) | |
parent | a7ccd9a997bc85c0e03926b7d24f7e05a4a51d39 (diff) | |
download | tor-2ed194c9a93c9e60ca4d4ff0bbf25acb2cf2c62c.tar.gz tor-2ed194c9a93c9e60ca4d4ff0bbf25acb2cf2c62c.zip |
Merge remote-tracking branch 'tor-github/pr/1441' into maint-0.4.2
Diffstat (limited to 'src')
-rw-r--r-- | src/core/mainloop/mainloop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/mainloop/mainloop.c b/src/core/mainloop/mainloop.c index 2f8be9961d..6f29a6981a 100644 --- a/src/core/mainloop/mainloop.c +++ b/src/core/mainloop/mainloop.c @@ -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. */ |