memory plugin: fix submit multivalue (fill vl.type)
authorManuel CISSÉ <manuel_cisse@yahoo.fr>
Thu, 20 Feb 2014 14:58:57 +0000 (15:58 +0100)
committerManuel CISSÉ <manuel_cisse@yahoo.fr>
Thu, 20 Feb 2014 15:33:03 +0000 (16:33 +0100)
src/memory.c

index e8ba934..b33c1f8 100644 (file)
@@ -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));