summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 423cb24)
raw | patch | inline | side by side (parent: 423cb24)
author | Matt Blair <me@matthewblair.net> | |
Mon, 24 Jun 2013 17:11:25 +0000 (10:11 -0700) | ||
committer | Matt Blair <me@matthewblair.net> | |
Mon, 24 Jun 2013 17:11:25 +0000 (10:11 -0700) |
src/statsd.c | patch | blob | history |
diff --git a/src/statsd.c b/src/statsd.c
index 2def1914d69614dda6fb0f13c031abc6345d740d..46575845e31be5b911c7e191d36ec7061cb0f02c 100644 (file)
--- a/src/statsd.c
+++ b/src/statsd.c
plugin_dispatch_values (&vl);
}
- latency_counter_reset (metrics->latency);
+ latency_counter_reset (metric->latency);
return (0);
}
else if (metric->type == STATSD_SET)