[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] Terminate comment
Update of /home/or/cvsroot/src/or
In directory moria.mit.edu:/tmp/cvs-serv7268/src/or
Modified Files:
router.c
Log Message:
Terminate comment
Index: router.c
===================================================================
RCS file: /home/or/cvsroot/src/or/router.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- router.c 21 Jun 2004 04:37:26 -0000 1.49
+++ router.c 21 Jun 2004 04:40:24 -0000 1.50
@@ -554,7 +554,7 @@
if (router->dir_port && !router->is_trusted_dir) {
/* dircacheport wasn't recognized before 0.0.8pre. (When 0.0.7 is gone,
- * we can fold this back into dirport anyway.)
+ * we can fold this back into dirport anyway.) */
result = snprintf(s+written,maxlen-written, "opt dircacheport %d\n",
router->dir_port);
if (result<0 || result+written > maxlen)