summaryrefslogtreecommitdiffstats
path: root/src/collectors/nfacct.plugin/plugin_nfacct.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/collectors/nfacct.plugin/plugin_nfacct.c')
-rw-r--r--src/collectors/nfacct.plugin/plugin_nfacct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collectors/nfacct.plugin/plugin_nfacct.c b/src/collectors/nfacct.plugin/plugin_nfacct.c
index d3d18a36..92c82351 100644
--- a/src/collectors/nfacct.plugin/plugin_nfacct.c
+++ b/src/collectors/nfacct.plugin/plugin_nfacct.c
@@ -809,7 +809,7 @@ int main(int argc, char **argv) {
nfacct_signals();
- errno = 0;
+ errno_clear();
if(freq >= netdata_update_every)
netdata_update_every = freq;