mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user