tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 5a1dfca071720ea512796d50ebb0b83630906cb4
parent 183f9e490ff0aa5100567b1c753456904ca58a45
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 30 Oct 2019 16:05:12 -0400

Fix 32167: comment in config.c

Diffstat:
Msrc/app/config/config.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/app/config/config.c b/src/app/config/config.c @@ -22,7 +22,8 @@ * * To add new items to the torrc, there are a minimum of three places to edit: * <ul> - * <li>The or_options_t structure in or.h, where the options are stored. + * <li>The or_options_t structure in or_options_st.h, where the options are + * stored. * <li>The option_vars_ array below in this module, which configures * the names of the torrc options, their types, their multiplicities, * and their mappings to fields in or_options_t.