projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
505979b
)
rrdtool plugin: Use the right variables when calling `rrd_update'..
author
Florian Forster
<octo@huhu.verplant.org>
Thu, 4 Oct 2007 13:12:50 +0000
(15:12 +0200)
committer
Florian Forster
<octo@huhu.verplant.org>
Thu, 4 Oct 2007 13:12:50 +0000
(15:12 +0200)
*argl*
src/rrdtool.c
patch
|
blob
|
history
diff --git
a/src/rrdtool.c
b/src/rrdtool.c
index
e24aff9
..
06d9763
100644
(file)
--- a/
src/rrdtool.c
+++ b/
src/rrdtool.c
@@
-453,7
+453,7
@@
static int srrd_update (char *filename, char *template, int argc, char **argv)
optind = 0; /* bug in librrd? */
rrd_clear_error ();
- status = rrd_update (
argc,
argv);
+ status = rrd_update (
new_argc, new_
argv);
pthread_mutex_unlock (&librrd_lock);
if (status != 0)