fix a stray asterisk in a comment

This commit is contained in:
Nick Mathewson 2020-01-17 08:25:09 -05:00
parent 1bdbb4e9eb
commit 648e1afc33

View File

@ -23,7 +23,7 @@ CONF_VAR(AuthDirGuardBWGuarantee, MEMUNIT, 0, "2 MB")
/** Boolean: are we on IPv6? */ /** Boolean: are we on IPv6? */
CONF_VAR(AuthDirHasIPv6Connectivity, BOOL, 0, "0") CONF_VAR(AuthDirHasIPv6Connectivity, BOOL, 0, "0")
/** True iff we should list bad exits, * and vote for all other exits as /** True iff we should list bad exits, and vote for all other exits as
* good. */ * good. */
CONF_VAR(AuthDirListBadExits, BOOL, 0, "0") CONF_VAR(AuthDirListBadExits, BOOL, 0, "0")