X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fmemcachec.c;h=766637b7f1a00a4c4003ec75dd59a73557b65ad2;hb=b42b7eaaaa3d2b375dc17b52f8858c0ebe2f5f40;hp=97e75c0c3ff3e49765f8624869a1a0562345da44;hpb=e14e8b7f5c5bf9d0fe5cc632c6383f304d4ac2ad;p=collectd.git diff --git a/src/memcachec.c b/src/memcachec.c index 97e75c0c..766637b7 100644 --- a/src/memcachec.c +++ b/src/memcachec.c @@ -447,7 +447,6 @@ static void cmc_submit (const web_page_t *wp, const web_match_t *wm, /* {{{ */ vl.values = &value; vl.values_len = 1; - sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "memcachec", sizeof (vl.plugin)); sstrncpy (vl.plugin_instance, wp->instance, sizeof (vl.plugin_instance)); sstrncpy (vl.type, wm->type, sizeof (vl.type));