diff options
author | Roger Dingledine <arma@torproject.org> | 2005-05-17 01:55:53 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2005-05-17 01:55:53 +0000 |
commit | ec1331d49ebb335f1757e1c1595474233df4f065 (patch) | |
tree | 242ea7aaf1e7ba1d38d7ed539a31a903a7586b56 /src | |
parent | 79c056cbe1246fbefc7c2eed66e1665b8678657e (diff) | |
download | tor-ec1331d49ebb335f1757e1c1595474233df4f065.tar.gz tor-ec1331d49ebb335f1757e1c1595474233df4f065.zip |
fix a comment that tyranix noticed
svn:r4239
Diffstat (limited to 'src')
-rw-r--r-- | src/or/config.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/config.c b/src/or/config.c index 581b538da7..06f0401f39 100644 --- a/src/or/config.c +++ b/src/or/config.c @@ -2299,7 +2299,7 @@ parse_redirect_line(smartlist_t *result, struct config_line_t *line) } /** Read the contents of a DirServer line from <b>line</b>. Return 0 - * if the line is well-formed, and 0 if it isn't. If + * 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, then add * the dirserver described in the line as a valid server. */ static int |