From d47470333fb0c467c46b675dba9ef54f1f1164b6 Mon Sep 17 00:00:00 2001 From: Matt Blair Date: Mon, 24 Jun 2013 10:11:25 -0700 Subject: [PATCH] fix the build --- src/statsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2