From: David Fifield Date: Sat, 26 Oct 2013 21:37:50 +0000 (-0700) Subject: Document that unneeded transports are ignored. X-Git-Tag: tor-0.2.5.2-alpha~113^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2235d65240ed1624d49a79891bc5ae564a6a4f34;p=thirdparty%2Ftor.git Document that unneeded transports are ignored. Suggested by Roger in https://trac.torproject.org/projects/tor/ticket/5018#comment:11. --- diff --git a/src/or/config.c b/src/or/config.c index 331f410736..03240153e9 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -4220,7 +4220,8 @@ parse_bridge_line(const char *line, int validate_only) * line. Return 0 if the line is well-formed, and -1 if it * isn't. * - * If validate_only is 0, and the line is well-formed: + * If validate_only is 0, the line is well-formed, and the + * transport is needed by some bridge: * - If it's an external proxy line, add the transport described in the line to * our internal transport list. * - If it's a managed proxy line, launch the managed proxy. */