tor

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

commit 30705e829415bb99da0141f0fde46175cb6b21bd
parent b448f6044d37959f2b9bea3c5c2bc5f98c4d9170
Author: teor <teor@torproject.org>
Date:   Tue, 29 Oct 2019 12:40:20 +1000

app/config: Fix a comment typo in config.c

The options validation is now a callback.

Bugfix on 31241; not in any released version of tor.

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

diff --git a/src/app/config/config.c b/src/app/config/config.c @@ -32,7 +32,7 @@ * * Additionally, you might need to edit these places too: * <ul> - * <li>options_validate() below, in case you want to reject some possible + * <li>options_validate_cb() below, in case you want to reject some possible * values of the new configuration option. * <li>options_transition_allowed() below, in case you need to * forbid some or all changes in the option while Tor is