summaryrefslogtreecommitdiff
path: root/src/or/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/or/main.c')
-rw-r--r--src/or/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/or/main.c b/src/or/main.c
index afcb313574..bfa41b964c 100644
--- a/src/or/main.c
+++ b/src/or/main.c
@@ -2505,6 +2505,11 @@ run_main_loop_once(void)
}
}
+ /* This should be pretty fast if nothing is pending. BUT... watch out;
+ * we need to make sure it doesn't show up in the profiles. five times a
+ * second would be enough, for instance. */
+ connection_ap_attach_pending();
+
return 1;
}