X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fascent.c;h=b14be3c0d709528bf226b9980127b091c3c692b5;hb=04f27bdd38966e0b826b283d8790ce31fb467929;hp=16568e6ca27a3d69ce5860458499ce9182862277;hpb=e14e8b7f5c5bf9d0fe5cc632c6383f304d4ac2ad;p=collectd.git diff --git a/src/ascent.c b/src/ascent.c index 16568e6c..b14be3c0 100644 --- a/src/ascent.c +++ b/src/ascent.c @@ -130,7 +130,6 @@ static int ascent_submit_gauge (const char *plugin_instance, /* {{{ */ vl.values = &(value_t) { .gauge = value }; vl.values_len = 1; - sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "ascent", sizeof (vl.plugin)); if (plugin_instance != NULL)