From 3eefdce0eb035572403dc6ee7ae98e3d934fec1e Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Sun, 7 Jun 2015 16:21:37 +0200 Subject: [PATCH] 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. --- src/varnish.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.11.0