diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-01-13 13:11:39 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-01-13 13:11:39 -0500 |
commit | 2b8cebaac0232e2ca2fd09ffa3225d7550cb54a3 (patch) | |
tree | 04fdeee7d41bc5fcdc17dcaccae03d909c964a7b /src | |
parent | d8b7dcca8de8894c147571dd3e259f00a708e348 (diff) | |
download | tor-2b8cebaac0232e2ca2fd09ffa3225d7550cb54a3.tar.gz tor-2b8cebaac0232e2ca2fd09ffa3225d7550cb54a3.zip |
whitespace fix
Diffstat (limited to 'src')
-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, |