fix: Netdata segfault because of 2 timex.plugin threads (#12512)
Ilya Mashchenko committed
Mar 24, 2022 at 21:30 UTC
f791ba196511ebb86366c672bb1945531efbe84d
1 file changed
-9
daemon/static_threads_linux.c
-9
@@ -9,15 +9,6 @@ extern void *tc_main(void *ptr);
9
extern void *timex_main(void *ptr);
10
11
const struct netdata_static_thread static_threads_linux[] = {
12
- {
13
- .name = "PLUGIN[timex]",
14
- .config_section = CONFIG_SECTION_PLUGINS,
15
- .config_name = "timex",
16
- .enabled = 1,
17
- .thread = NULL,
18
- .init_routine = NULL,
19
- .start_routine = timex_main
20
- },
12
{
13
.name = "PLUGIN[tc]",
14
.config_section = CONFIG_SECTION_PLUGINS,