summaryrefslogtreecommitdiffstats
path: root/daemon
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2022-03-24 21:30:06 +0200
committerGitHub <noreply@github.com>2022-03-24 21:30:06 +0200
commitf791ba196511ebb86366c672bb1945531efbe84d (patch)
tree70d939bb5900b937980e9d247322f1150554e4e0 /daemon
parent9e343e99a9ab22982482a5d6657eb6d6c61a283f (diff)
fix: Netdata segfault because of 2 timex.plugin threads (#12512)
Diffstat (limited to 'daemon')
-rw-r--r--daemon/static_threads_linux.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/daemon/static_threads_linux.c b/daemon/static_threads_linux.c
index e55c0fec7c..5f7a67768e 100644
--- a/daemon/static_threads_linux.c
+++ b/daemon/static_threads_linux.c
@@ -10,15 +10,6 @@ extern void *timex_main(void *ptr);
const struct netdata_static_thread static_threads_linux[] = {
{
- .name = "PLUGIN[timex]",
- .config_section = CONFIG_SECTION_PLUGINS,
- .config_name = "timex",
- .enabled = 1,
- .thread = NULL,
- .init_routine = NULL,
- .start_routine = timex_main
- },
- {
.name = "PLUGIN[tc]",
.config_section = CONFIG_SECTION_PLUGINS,
.config_name = "tc",