summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0f9ab9f)
raw | patch | inline | side by side (parent: 0f9ab9f)
author | Florian Forster <octo@collectd.org> | |
Mon, 2 Jul 2012 15:55:49 +0000 (11:55 -0400) | ||
committer | Florian Forster <octo@collectd.org> | |
Mon, 2 Jul 2012 15:55:49 +0000 (11:55 -0400) |
From "aggregate".
src/aggregation.c | patch | blob | history |
diff --git a/src/aggregation.c b/src/aggregation.c
index c8f5779389b3d361403db23bf7eed1f3fde26fde..42722021adca5f9fd0ce29c60f0d68040e41d38a 100644 (file)
--- a/src/aggregation.c
+++ b/src/aggregation.c
else
sstrncpy (vl.host, inst->ident.host, sizeof (vl.host));
- sstrncpy (vl.plugin, "aggregate", sizeof (vl.plugin));
+ sstrncpy (vl.plugin, "aggregation", sizeof (vl.plugin));
if (LU_IS_ALL (inst->ident.plugin))
{