Skip to content
Snippets Groups Projects
Unverified Commit f1c57cd1 authored by teor's avatar teor
Browse files

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

Part of 31615.
parent 7e22d993
No related branches found
No related tags found
No related merge requests found
......@@ -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
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment