summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 754a059)
raw | patch | inline | side by side (parent: 754a059)
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.
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 1d8fb557fc41bb39d528fa1ddc4c28b9e5b1846d..0ea8c7f7e902b8c90a5f80d494a4d1dd59dc5c3d 100644 (file)
--- a/src/varnish.c
+++ b/src/varnish.c
plugin_register_complex_read (/* group = */ "varnish",
/* name = */ callback_name,
/* callback = */ varnish_read,
- /* interval = */ NULL,
+ /* interval = */ 0,
/* user data = */ &ud);
have_instance = 1;