[or-cvs] fix a comment that tyranix noticed

Roger Dingledine arma at seul.org
Tue May 17 01:55:55 UTC 2005


Update of /home2/or/cvsroot/tor/src/or
In directory moria.mit.edu:/home2/arma/work/onion/cvs/tor/src/or

Modified Files:
	config.c 
Log Message:
fix a comment that tyranix noticed


Index: config.c
===================================================================
RCS file: /home2/or/cvsroot/tor/src/or/config.c,v
retrieving revision 1.348
retrieving revision 1.349
diff -u -d -r1.348 -r1.349
--- config.c	16 May 2005 01:04:28 -0000	1.348
+++ config.c	17 May 2005 01:55:53 -0000	1.349
@@ -2299,7 +2299,7 @@
 }
 
 /** 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



More information about the tor-commits mailing list