projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
754a059
)
varnish: update plugin_register_complex_read() to new default value
author
Marc Fournier
<marc.fournier@camptocamp.com>
Sun, 7 Jun 2015 14:21:37 +0000
(16:21 +0200)
committer
Marc Fournier
<marc.fournier@camptocamp.com>
Sun, 7 Jun 2015 14:21:37 +0000
(16:21 +0200)
... just a follow up to
cce136946b
, in which one of the two
plugin_register_complex_read() calls got missed out.
src/varnish.c
patch
|
blob
|
history
diff --git
a/src/varnish.c
b/src/varnish.c
index
1d8fb55
..
0ea8c7f
100644
(file)
--- a/
src/varnish.c
+++ b/
src/varnish.c
@@
-901,7
+901,7
@@
static int varnish_config_instance (const oconfig_item_t *ci) /* {{{ */
plugin_register_complex_read (/* group = */ "varnish",
/* name = */ callback_name,
/* callback = */ varnish_read,
- /* interval = */
NULL
,
+ /* interval = */
0
,
/* user data = */ &ud);
have_instance = 1;