From: teor Date: Mon, 9 Sep 2019 22:44:35 +0000 (+1000) Subject: main: remove level number comments from the subsystem list (0.4.1) X-Git-Tag: tor-0.4.2.1-alpha~25^2~2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f1c57cd1e5d8ae88f28f764fef7f17081ebf2961;p=thirdparty%2Ftor.git main: remove level number comments from the subsystem list (0.4.1) Part of 31615. --- diff --git a/src/app/main/subsystem_list.c b/src/app/main/subsystem_list.c index c637887153..989b0d6f87 100644 --- 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 };