[tor/master] whitespace fix

commit 2b8cebaac0232e2ca2fd09ffa3225d7550cb54a3 Author: Nick Mathewson <nickm@torproject.org> Date: Tue Jan 13 13:11:39 2015 -0500 whitespace fix --- src/or/dirserv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/or/dirserv.c b/src/or/dirserv.c index 8abe6cb..b694f8a 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,
participants (1)
-
nickm@torproject.org