projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d85a19
)
src/plugin.c: Replace the last use of "interval_g" in this file.
author
Florian Forster
<octo@collectd.org>
Fri, 16 Nov 2012 07:12:15 +0000
(08:12 +0100)
committer
Florian Forster
<octo@collectd.org>
Fri, 16 Nov 2012 07:12:15 +0000
(08:12 +0100)
src/plugin.c
patch
|
blob
|
history
diff --git
a/src/plugin.c
b/src/plugin.c
index
c69046c
..
bbede05
100644
(file)
--- a/
src/plugin.c
+++ b/
src/plugin.c
@@
-1561,7
+1561,7
@@
int plugin_dispatch_values (value_list_t *vl)
"Please report this problem to the "
"collectd mailing list or at "
"<http://collectd.org/bugs/>.", name);
- vl->interval =
interval_g
;
+ vl->interval =
cf_get_default_interval ()
;
}
}