projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7665e23
)
Varnish plugin: Added a missing 0 in USER_CONFIG_INIT
author
Jérôme Renard
<jerome.renard@gmail.com>
Sun, 6 Jun 2010 07:06:21 +0000
(09:06 +0200)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Mon, 7 Jun 2010 12:40:47 +0000
(14:40 +0200)
src/varnish.c
patch
|
blob
|
history
diff --git
a/src/varnish.c
b/src/varnish.c
index
d298ab8
..
88fd58d
100644
(file)
--- a/
src/varnish.c
+++ b/
src/varnish.c
@@
-128,7
+128,7
@@
#include <varnish/varnishapi.h>
-#define USER_CONFIG_INIT {0, 0, 0, 0, 0, 0, 0}
+#define USER_CONFIG_INIT {0, 0, 0, 0, 0, 0, 0
, 0
}
#define SET_MONITOR_FLAG(name, flag, value) if((strcasecmp(name, key) == 0) && IS_TRUE(value)) user_config.flag = 1
/* {{{ user_config_s */