X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fascent.c;h=b14be3c0d709528bf226b9980127b091c3c692b5;hb=6d8031d73b7c1d874d7afa4cad2f248c4073764d;hp=16568e6ca27a3d69ce5860458499ce9182862277;hpb=51bc7c4a5523f2b03c24e32064b28c7c8426534d;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)