mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Terminate comment
svn:r1982
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user