projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f82c867
)
conntrack plugin: fix indentation
author
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 23 Jul 2016 12:56:21 +0000
(14:56 +0200)
committer
Ruben Kerkhof
<ruben@rubenkerkhof.com>
Sat, 23 Jul 2016 12:56:21 +0000
(14:56 +0200)
src/conntrack.c
patch
|
blob
|
history
diff --git
a/src/conntrack.c
b/src/conntrack.c
index
49a3355
..
486b001
100644
(file)
--- a/
src/conntrack.c
+++ b/
src/conntrack.c
@@
-135,7
+135,7
@@
static int conntrack_read (void)
void module_register (void)
{
- plugin_register_config ("conntrack", conntrack_config,
+
plugin_register_config ("conntrack", conntrack_config,
config_keys, config_keys_num);
plugin_register_read ("conntrack", conntrack_read);
} /* void module_register */