projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2570dd4
)
name error in the lately added default value setting for bulk_size
author
Benoit Plessis
<benoit.plessis@powerboutique.com>
Mon, 2 Sep 2019 08:42:09 +0000
(10:42 +0200)
committer
Benoit Plessis
<benoit.plessis@powerboutique.com>
Mon, 2 Sep 2019 08:42:09 +0000
(10:42 +0200)
src/snmp.c
patch
|
blob
|
history
diff --git
a/src/snmp.c
b/src/snmp.c
index
361a140
..
43815dc
100644
(file)
--- a/
src/snmp.c
+++ b/
src/snmp.c
@@
-764,7
+764,7
@@
static int csnmp_config_add_host(oconfig_item_t *ci) {
/* These mean that we have not set a timeout or retry value */
hd->timeout = 0;
hd->retries = -1;
- hd->bu
ild
_size = 0;
+ hd->bu
lk
_size = 0;
for (int i = 0; i < ci->children_num; i++) {
oconfig_item_t *option = ci->children + i;