diff options
author | David Fifield <david@bamsoftware.com> | 2013-10-26 14:37:50 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-10-29 01:06:03 -0400 |
commit | 2235d65240ed1624d49a79891bc5ae564a6a4f34 (patch) | |
tree | de31f94dad5344b9ef15f2a880be3633175de6ea /src/or/config.c | |
parent | e6e6c245c8ef3e5f854d82a67550456857f57ed4 (diff) | |
download | tor-2235d65240ed1624d49a79891bc5ae564a6a4f34.tar tor-2235d65240ed1624d49a79891bc5ae564a6a4f34.tar.gz |
Document that unneeded transports are ignored.
Suggested by Roger in
https://trac.torproject.org/projects/tor/ticket/5018#comment:11.
Diffstat (limited to 'src/or/config.c')
-rw-r--r-- | src/or/config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index 331f41073..03240153e 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -4220,7 +4220,8 @@ parse_bridge_line(const char *line, int validate_only) * <b>line</b>. Return 0 if the line is well-formed, and -1 if it * isn't. * - * If <b>validate_only</b> is 0, and the line is well-formed: + * If <b>validate_only</b> 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. */ |