X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Ftable.c;h=578e019ee5b120c28369d00b3c038121ce26cb93;hb=06e3485ad08e85188fd3431bed8bcb810c9b2fea;hp=438bd7a1da30c3fe3aa5a57f315d9739aea6d130;hpb=2079ee1517e34de372f58e7e2267ad5c71a8a41f;p=collectd.git diff --git a/src/table.c b/src/table.c index 438bd7a1..578e019e 100644 --- a/src/table.c +++ b/src/table.c @@ -367,7 +367,6 @@ static int tbl_result_dispatch(tbl_t *tbl, tbl_result_t *res, char **fields, 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)); @@ -521,5 +520,3 @@ void module_register(void) { plugin_register_complex_config("table", tbl_config); plugin_register_init("table", tbl_init); } /* module_register */ - -/* vim: set sw=4 ts=4 tw=78 noexpandtab : */