diff options
Diffstat (limited to 'src/or/dirserv.c')
-rw-r--r-- | src/or/dirserv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 8abe6cb778..b694f8af77 100644 --- a/src/or/dirserv.c +++ b/src/or/dirserv.c @@ -2115,7 +2115,7 @@ set_routerstatus_from_routerinfo(routerstatus_t *rs, /* Iff we are in a testing network, use TestingDirAuthVoteExit, TestingDirAuthVoteGuard, and TestingDirAuthVoteHSDir to - give out the Exit, Guard, and HSDir flags, respectively. + give out the Exit, Guard, and HSDir flags, respectively. But don't set the corresponding node flags. */ if (options->TestingTorNetwork) { if (routerset_contains_routerstatus(options->TestingDirAuthVoteExit, |