tor

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

commit f1c57cd1e5d8ae88f28f764fef7f17081ebf2961
parent 7e22d9934658c27ba0d45455959f46207a190649
Author: teor <teor@torproject.org>
Date:   Tue, 10 Sep 2019 08:44:35 +1000

main: remove level number comments from the subsystem list (0.4.1)

Part of 31615.

Diffstat:
Msrc/app/main/subsystem_list.c | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/app/main/subsystem_list.c b/src/app/main/subsystem_list.c @@ -52,13 +52,13 @@ const subsys_fns_t *tor_subsystems[] = { &sys_ocirc_event, &sys_btrack, - &sys_mainloop, /* 5 */ - &sys_or, /* 20 */ + &sys_mainloop, + &sys_or, - &sys_relay, /* 50 */ + &sys_relay, #ifdef HAVE_MODULE_DIRAUTH - &sys_dirauth, /* 70 */ + &sys_dirauth, #endif };