projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2c7ba1
)
Fix copy/paste typo in config option handler
author
Scott Sanders
<scott@jssjr.com>
Mon, 26 Dec 2011 16:34:52 +0000
(11:34 -0500)
committer
Scott Sanders
<scott@jssjr.com>
Mon, 26 Dec 2011 16:34:52 +0000
(11:34 -0500)
Spotted by Pavel Korovin. Thanks!
src/write_graphite.c
patch
|
blob
|
history
diff --git
a/src/write_graphite.c
b/src/write_graphite.c
index
8b5afb8
..
6a5648b
100644
(file)
--- a/
src/write_graphite.c
+++ b/
src/write_graphite.c
@@
-698,7
+698,7
@@
static int wg_config_carbon (oconfig_item_t *ci)
ERROR ("Unable to allocate memory for hostname prefix buffer");
return (-1);
}
- cb->p
ost
fix[0] = '\0';
+ cb->p
re
fix[0] = '\0';
}
if (cb->postfix == NULL) {