From: Matt Blair Date: Mon, 24 Jun 2013 17:11:25 +0000 (-0700) Subject: fix the build X-Git-Tag: collectd-5.4.0~13^2~7 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=d47470333fb0c467c46b675dba9ef54f1f1164b6 fix the build --- diff --git a/src/statsd.c b/src/statsd.c index 2def1914..46575845 100644 --- a/src/statsd.c +++ b/src/statsd.c @@ -725,7 +725,7 @@ static int statsd_metric_submit_unsafe (char const *name, /* {{{ */ plugin_dispatch_values (&vl); } - latency_counter_reset (metrics->latency); + latency_counter_reset (metric->latency); return (0); } else if (metric->type == STATSD_SET)