projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f0b03e
)
varnish plugin: Fix syntax error.
author
Florian Forster
<octo@collectd.org>
Mon, 12 Sep 2016 07:33:47 +0000
(09:33 +0200)
committer
Florian Forster
<octo@collectd.org>
Mon, 12 Sep 2016 07:33:47 +0000
(09:33 +0200)
src/varnish.c
patch
|
blob
|
history
diff --git
a/src/varnish.c
b/src/varnish.c
index
e34ee56
..
c214912
100644
(file)
--- a/
src/varnish.c
+++ b/
src/varnish.c
@@
-1134,8
+1134,8
@@
static int varnish_config_instance (const oconfig_item_t *ci) /* {{{ */
/* callback = */ varnish_read,
/* interval = */ 0,
&(user_data_t) {
-
ud
.data = conf,
-
ud
.free_func = varnish_config_free,
+ .data = conf,
+ .free_func = varnish_config_free,
});
have_instance = 1;