diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-01-11 12:46:50 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-01-11 12:46:50 -0500 |
commit | 18ea91ee6b3ad2a8088d6fb3361c9a598ceffe83 (patch) | |
tree | 9d80428c978351e19db8093347979e50b02df529 /src | |
parent | 05ac3d0458466bd8ffc69339a4bf8e34088d9d80 (diff) | |
download | tor-18ea91ee6b3ad2a8088d6fb3361c9a598ceffe83.tar.gz tor-18ea91ee6b3ad2a8088d6fb3361c9a598ceffe83.zip |
Make the warnings about restarting tor in-process more scary.
Diffstat (limited to 'src')
-rw-r--r-- | src/or/tor_api.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/tor_api.h b/src/or/tor_api.h index e7d70c2a61..7e86c7fec5 100644 --- a/src/or/tor_api.h +++ b/src/or/tor_api.h @@ -72,8 +72,8 @@ void tor_main_configuration_free(tor_main_configuration_t *cfg); * * BUG 23847: You can only call tor_main() once in a single process; if it * returns and you call it again, you may crash, or you may encounter other - * unexpected behavior. This is not intended long-term behavior; we are - * trying to fix it. + * unexpected behavior, including possible security issues. This is not + * intended long-term behavior; we are trying to fix it. * * LIMITATION: You cannot run more than one instance of Tor in the same * process at the same time. Concurrent calls will cause undefined behavior. |