projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
423cb24
)
fix the build
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
2def191
..
4657584
100644
(file)
--- 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 (metric
s
->latency);
+ latency_counter_reset (metric->latency);
return (0);
}
else if (metric->type == STATSD_SET)