X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fcontextswitch.c;h=834fbd74cd9182c7931c6a2ce898cb98650c01cc;hb=11ca18db12e489c40aa0ac41672872cfae4b1f0b;hp=3bd6d9f53cc849421760fa211dfab9caddb106a7;hpb=6f4f918d4d5e70c75471632254ecb9c55fd8d62f;p=collectd.git diff --git a/src/contextswitch.c b/src/contextswitch.c index 3bd6d9f5..834fbd74 100644 --- a/src/contextswitch.c +++ b/src/contextswitch.c @@ -53,7 +53,6 @@ static void cs_submit (derive_t context_switches) vl.values = &(value_t) { .derive = context_switches }; vl.values_len = 1; - sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "contextswitch", sizeof (vl.plugin)); sstrncpy (vl.type, "contextswitch", sizeof (vl.type));