projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
298e6c9
)
interface plugin: Remove NULL config key.
author
Florian Forster
<octo@collectd.org>
Mon, 1 Aug 2016 09:12:35 +0000
(11:12 +0200)
committer
Florian Forster
<octo@collectd.org>
Mon, 1 Aug 2016 09:12:35 +0000
(11:12 +0200)
src/interface.c
patch
|
blob
|
history
diff --git
a/src/interface.c
b/src/interface.c
index
4458b5b
..
51be885
100644
(file)
--- a/
src/interface.c
+++ b/
src/interface.c
@@
-85,7
+85,6
@@
static const char *config_keys[] =
"Interface",
"IgnoreSelected",
"ReportInactive",
- NULL
};
static int config_keys_num = STATIC_ARRAY_SIZE (config_keys);