]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Terminate comment
authorNick Mathewson <nickm@torproject.org>
Mon, 21 Jun 2004 04:40:24 +0000 (04:40 +0000)
committerNick Mathewson <nickm@torproject.org>
Mon, 21 Jun 2004 04:40:24 +0000 (04:40 +0000)
svn:r1982

src/or/router.c

index bd9d5276ca0b21ce136b2f96d76ff387946636dc..dd6dd452c27069bb60df3999494eb4e851c380ad 100644 (file)
@@ -554,7 +554,7 @@ int router_dump_router_to_string(char *s, int maxlen, routerinfo_t *router,
 
   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)