summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-11-25 12:36:41 +1000
committerteor <teor@torproject.org>2019-11-25 12:36:41 +1000
commitc17ab20ac0d3efb1b9c46fa12685db5b09015481 (patch)
treefdf1ad8a4712c95021baa48d46bf56964ad09912 /src
parented6f2f61a260a08d9e8f315e4397335fa39383be (diff)
parenta7ccd9a997bc85c0e03926b7d24f7e05a4a51d39 (diff)
downloadtor-c17ab20ac0d3efb1b9c46fa12685db5b09015481.tar.gz
tor-c17ab20ac0d3efb1b9c46fa12685db5b09015481.zip
Merge remote-tracking branch 'tor-github/pr/1441' into maint-0.4.0
Diffstat (limited to 'src')
-rw-r--r--src/core/mainloop/mainloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/mainloop/mainloop.c b/src/core/mainloop/mainloop.c
index 18e87fa87a..193df61d01 100644
--- a/src/core/mainloop/mainloop.c
+++ b/src/core/mainloop/mainloop.c
@@ -1397,7 +1397,7 @@ STATIC periodic_event_item_t 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. */