]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Document that unneeded transports are ignored.
authorDavid Fifield <david@bamsoftware.com>
Sat, 26 Oct 2013 21:37:50 +0000 (14:37 -0700)
committerNick Mathewson <nickm@torproject.org>
Tue, 29 Oct 2013 05:06:03 +0000 (01:06 -0400)
Suggested by Roger in
https://trac.torproject.org/projects/tor/ticket/5018#comment:11.

src/or/config.c

index 331f410736f9396d32e203b89ec98e1587a206db..03240153e93a10bbc021998dca65d843dfe10ab5 100644 (file)
@@ -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. */