summaryrefslogtreecommitdiffstats
path: root/collectors
diff options
context:
space:
mode:
Diffstat (limited to 'collectors')
-rw-r--r--collectors/freebsd.plugin/plugin_freebsd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/collectors/freebsd.plugin/plugin_freebsd.c b/collectors/freebsd.plugin/plugin_freebsd.c
index 976fe26fbe..6b77dcf3a2 100644
--- a/collectors/freebsd.plugin/plugin_freebsd.c
+++ b/collectors/freebsd.plugin/plugin_freebsd.c
@@ -91,7 +91,7 @@ void *freebsd_main(void *ptr)
// initialize FreeBSD plugin
if (freebsd_plugin_init())
- netdata_cleanup_and_exit(1);
+ netdata_cleanup_and_exit(1, NULL, NULL, NULL);
// check the enabled status for each module
int i;