X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Ftable.c;h=7181795ed45c1e18ab3a2e6862e9e61e2fc300e7;hb=cc893903f8453dc96a797b319bdd4e294052de6f;hp=81e946145fd858c0031f3452629b1357ca58d484;hpb=9c962b99a3acd77f1d6e2499052b47356819511a;p=collectd.git diff --git a/src/table.c b/src/table.c index 81e94614..7181795e 100644 --- a/src/table.c +++ b/src/table.c @@ -384,7 +384,6 @@ static int tbl_result_dispatch (tbl_t *tbl, tbl_result_t *res, vl.values = values; vl.values_len = STATIC_ARRAY_SIZE (values); - sstrncpy (vl.host, hostname_g, sizeof (vl.host)); sstrncpy (vl.plugin, "table", sizeof (vl.plugin)); sstrncpy (vl.plugin_instance, tbl->instance, sizeof (vl.plugin_instance)); sstrncpy (vl.type, res->type, sizeof (vl.type));