tor

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

commit 5fa75a6cd45d81476d5648665717d46a406845bf
parent 987768b07766e752d7aa7234916abe1e8e2feb87
Author: teor <teor@torproject.org>
Date:   Tue, 10 Sep 2019 09:04:38 +1000

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

Part of 31615.

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

diff --git a/src/app/main/subsystem_list.c b/src/app/main/subsystem_list.c @@ -53,7 +53,7 @@ const subsys_fns_t *tor_subsystems[] = { &sys_ocirc_event, &sys_btrack, - &sys_evloop, /* -20 */ + &sys_evloop, &sys_mainloop, &sys_or,