From: Marc Fournier Date: Sun, 7 Jun 2015 14:21:37 +0000 (+0200) Subject: varnish: update plugin_register_complex_read() to new default value X-Git-Tag: collectd-5.6.0~700 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=3eefdce0eb035572403dc6ee7ae98e3d934fec1e varnish: update plugin_register_complex_read() to new default value ... just a follow up to cce136946b, in which one of the two plugin_register_complex_read() calls got missed out. --- diff --git a/src/varnish.c b/src/varnish.c index 1d8fb557..0ea8c7f7 100644 --- 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;