aboutsummaryrefslogtreecommitdiff
path: root/src/or/transports.c
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2014-04-08 16:59:46 +0100
committerNick Mathewson <nickm@torproject.org>2014-04-23 11:05:45 -0400
commitbf7cb6acf66abf3a9aa4be6819e6cf160579dab0 (patch)
treef85450e7a671ee0576d91abab3cb11c55aa86197 /src/or/transports.c
parentfffc59b0e941f12e1588e0604c8295ecc0679150 (diff)
downloadtor-bf7cb6acf66abf3a9aa4be6819e6cf160579dab0.tar.gz
tor-bf7cb6acf66abf3a9aa4be6819e6cf160579dab0.zip
Don't halt bootstrap to figure out if we should restart PT proxies.
Instead, figure out if we should restart PT proxies _immediately_ after we re-read the config file.
Diffstat (limited to 'src/or/transports.c')
-rw-r--r--src/or/transports.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/or/transports.c b/src/or/transports.c
index 7e496fe219..e1876d678c 100644
--- a/src/or/transports.c
+++ b/src/or/transports.c
@@ -534,8 +534,7 @@ launch_managed_proxy(managed_proxy_t *mp)
}
/** Check if any of the managed proxies we are currently trying to
- * configure have anything new to say. This is called from
- * run_scheduled_events(). */
+ * configure has anything new to say. */
void
pt_configure_remaining_proxies(void)
{