From: Florian Forster Date: Fri, 16 Nov 2012 07:12:15 +0000 (+0100) Subject: src/plugin.c: Replace the last use of "interval_g" in this file. X-Git-Tag: collectd-5.2.0~19 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=28460d4f235bb0272c98c830d14b9d7a73f812b7 src/plugin.c: Replace the last use of "interval_g" in this file. --- diff --git a/src/plugin.c b/src/plugin.c index c69046c3..bbede051 100644 --- 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 " ".", name); - vl->interval = interval_g; + vl->interval = cf_get_default_interval (); } }