From 19c5725693a7271ab7e4d73026da2381b2044ab3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Manuel=20CISS=C3=89?= Date: Thu, 20 Feb 2014 15:58:57 +0100 Subject: [PATCH] memory plugin: fix submit multivalue (fill vl.type) --- src/memory.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/memory.c b/src/memory.c index e8ba9348..b33c1f85 100644 --- a/src/memory.c +++ b/src/memory.c @@ -487,6 +487,7 @@ static int memory_read (void) /* {{{ */ vl.values_len = STATIC_ARRAY_SIZE (v); sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "memory", sizeof (vl.plugin)); + sstrncpy (vl.type, "memory", sizeof (vl.type)); vl.time = cdtime (); return (memory_read_internal (&vl)); -- 2.11.0